Color spaces of #d6deea
RGB | 214 | 222 | 234 |
---|---|---|---|
HSL | 0.60 | 0.32 | 0.88 |
HSV | 216° | 9° | 92° |
CMYK | 0.09 | 0.05 | 0.00 0.08 |
XYZ | 68.7041 | 72.4792 | 88.2107 |
Yxy | 72.4792 | 0.2995 | 0.3160 |
Hunter Lab | 85.1347 | -4.9355 | -1.8379 |
CIE-Lab | 88.1987 | -0.4029 | -6.7919 |
#d6deea color RGB value is (214,222,234).
#d6deea hex color red value is 214, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d6deea hue: 0.60 , saturation: 0.32 and the lightness value of d6deea is 0.88.
The process color (four color CMYK) of #d6deea color hex is 0.09, 0.05, 0.00, 0.08. Web safe color of #d6deea is #ccccff. Color #d6deea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 11011110 | 11101010 |
Octal | 326 | 336 | 352 |
Decimal | 214 | 222 | 234 |
Hex | D6 | DE | EA |
Shades of #d6deea
Tints of #d6deea
RGB Percentages of Color #d6deea
CMYK Percentages of Color #d6deea
Complementary Color
#d6deea | #eae2d6 |
#d6deea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d6deea Color Preview on White Background
Lorem ipsum dolor sit amet.
#d6deea Color CSS Codes
.mybgcolor {background-color:#d6deea; } .myforecolor {color:#d6deea; } .mybordercolor {border:3px solid #d6deea; }
#d6deea Text Font Color
<p style="color:#d6deea">Text here</p>
This sample text font color is #d6deea
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.
#d6deea Background Color
<div style="background-color:#d6deea">
Div content here</div>
This div background color is #d6deea
#d6deea Border Color
<div style="border:3px solid #d6deea">
Div here</div>
This div border color is #d6deea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,222,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d6deea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d6deea; -webkit-box-shadow: 1px 1px 3px 2px #d6deea; box-shadow: 1px 1px 3px 2px #d6deea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,222,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d6deea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d6deea; -webkit-box-shadow: 1px 1px 3px 2px #d6deea; box-shadow: 1px 1px 3px 2px #d6deea;">
Div content here</div>
This div box has shadow with color #d6deea
Comments
No comments written yet.
Please login to write comment.