Color spaces of #dcceef
RGB | 220 | 206 | 239 |
---|---|---|---|
HSL | 0.74 | 0.51 | 0.87 |
HSV | 265° | 14° | 94° |
CMYK | 0.08 | 0.14 | 0.00 0.06 |
XYZ | 67.1665 | 65.5903 | 90.7815 |
Yxy | 65.5903 | 0.3005 | 0.2934 |
Hunter Lab | 80.9878 | 6.3086 | -9.7683 |
CIE-Lab | 84.7870 | 10.9301 | -14.4681 |
#dcceef color RGB value is (220,206,239).
#dcceef hex color red value is 220, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dcceef hue: 0.74 , saturation: 0.51 and the lightness value of dcceef is 0.87.
The process color (four color CMYK) of #dcceef color hex is 0.08, 0.14, 0.00, 0.06. Web safe color of #dcceef is #ccccff. Color #dcceef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001110 | 11101111 |
Octal | 334 | 316 | 357 |
Decimal | 220 | 206 | 239 |
Hex | DC | CE | EF |
Shades of #dcceef
Tints of #dcceef
RGB Percentages of Color #dcceef
CMYK Percentages of Color #dcceef
Complementary Color
#dcceef | #e1efce |
#dcceef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcceef Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcceef Color CSS Codes
.mybgcolor {background-color:#dcceef; } .myforecolor {color:#dcceef; } .mybordercolor {border:3px solid #dcceef; }
#dcceef Text Font Color
<p style="color:#dcceef">Text here</p>
This sample text font color is #dcceef
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.
#dcceef Background Color
<div style="background-color:#dcceef">
Div content here</div>
This div background color is #dcceef
#dcceef Border Color
<div style="border:3px solid #dcceef">
Div here</div>
This div border color is #dcceef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,206,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcceef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcceef; -webkit-box-shadow: 1px 1px 3px 2px #dcceef; box-shadow: 1px 1px 3px 2px #dcceef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,206,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcceef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcceef; -webkit-box-shadow: 1px 1px 3px 2px #dcceef; box-shadow: 1px 1px 3px 2px #dcceef;">
Div content here</div>
This div box has shadow with color #dcceef
#dcceef Color Palettes
Comments
No comments written yet.
Please login to write comment.