Color spaces of #d4cdeb
RGB | 212 | 205 | 235 |
---|---|---|---|
HSL | 0.71 | 0.43 | 0.86 |
HSV | 254° | 13° | 92° |
CMYK | 0.10 | 0.13 | 0.00 0.08 |
XYZ | 63.9781 | 63.6579 | 87.5124 |
Yxy | 63.6579 | 0.2974 | 0.2959 |
Hunter Lab | 79.7859 | 3.5089 | -9.1815 |
CIE-Lab | 83.7873 | 8.0774 | -13.9044 |
#d4cdeb color RGB value is (212,205,235).
#d4cdeb hex color red value is 212, green value is 205 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d4cdeb hue: 0.71 , saturation: 0.43 and the lightness value of d4cdeb is 0.86.
The process color (four color CMYK) of #d4cdeb color hex is 0.10, 0.13, 0.00, 0.08. Web safe color of #d4cdeb is #ccccff. Color #d4cdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 11001101 | 11101011 |
Octal | 324 | 315 | 353 |
Decimal | 212 | 205 | 235 |
Hex | D4 | CD | EB |
Shades of #d4cdeb
Tints of #d4cdeb
RGB Percentages of Color #d4cdeb
CMYK Percentages of Color #d4cdeb
Complementary Color
#d4cdeb | #e4ebcd |
#d4cdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4cdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4cdeb Color CSS Codes
.mybgcolor {background-color:#d4cdeb; } .myforecolor {color:#d4cdeb; } .mybordercolor {border:3px solid #d4cdeb; }
#d4cdeb Text Font Color
<p style="color:#d4cdeb">Text here</p>
This sample text font color is #d4cdeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d4cdeb Background Color
<div style="background-color:#d4cdeb">
Div content here</div>
This div background color is #d4cdeb
#d4cdeb Border Color
<div style="border:3px solid #d4cdeb">
Div here</div>
This div border color is #d4cdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,205,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4cdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4cdeb; -webkit-box-shadow: 1px 1px 3px 2px #d4cdeb; box-shadow: 1px 1px 3px 2px #d4cdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,205,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4cdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4cdeb; -webkit-box-shadow: 1px 1px 3px 2px #d4cdeb; box-shadow: 1px 1px 3px 2px #d4cdeb;">
Div content here</div>
This div box has shadow with color #d4cdeb
Comments
No comments written yet.
Please login to write comment.