Color spaces of #d0ccfe
RGB | 208 | 204 | 254 |
---|---|---|---|
HSL | 0.68 | 0.96 | 0.90 |
HSV | 245° | 20° | 100° |
CMYK | 0.18 | 0.20 | 0.00 0.00 |
XYZ | 65.4947 | 63.7514 | 102.6192 |
Yxy | 63.7514 | 0.2825 | 0.2750 |
Hunter Lab | 79.8445 | 6.6919 | -20.3107 |
CIE-Lab | 83.8362 | 11.3024 | -23.9575 |
#d0ccfe color RGB value is (208,204,254).
#d0ccfe hex color red value is 208, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d0ccfe hue: 0.68 , saturation: 0.96 and the lightness value of d0ccfe is 0.90.
The process color (four color CMYK) of #d0ccfe color hex is 0.18, 0.20, 0.00, 0.00. Web safe color of #d0ccfe is #ccccff. Color #d0ccfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001100 | 11111110 |
Octal | 320 | 314 | 376 |
Decimal | 208 | 204 | 254 |
Hex | D0 | CC | FE |
Shades of #d0ccfe
Tints of #d0ccfe
RGB Percentages of Color #d0ccfe
CMYK Percentages of Color #d0ccfe
Complementary Color
#d0ccfe | #fafecc |
#d0ccfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0ccfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0ccfe Color CSS Codes
.mybgcolor {background-color:#d0ccfe; } .myforecolor {color:#d0ccfe; } .mybordercolor {border:3px solid #d0ccfe; }
#d0ccfe Text Font Color
<p style="color:#d0ccfe">Text here</p>
This sample text font color is #d0ccfe
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.
#d0ccfe Background Color
<div style="background-color:#d0ccfe">
Div content here</div>
This div background color is #d0ccfe
#d0ccfe Border Color
<div style="border:3px solid #d0ccfe">
Div here</div>
This div border color is #d0ccfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,204,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0ccfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0ccfe; -webkit-box-shadow: 1px 1px 3px 2px #d0ccfe; box-shadow: 1px 1px 3px 2px #d0ccfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,204,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0ccfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0ccfe; -webkit-box-shadow: 1px 1px 3px 2px #d0ccfe; box-shadow: 1px 1px 3px 2px #d0ccfe;">
Div content here</div>
This div box has shadow with color #d0ccfe
Comments
No comments written yet.
Please login to write comment.