Shades of Clear Day #DCEEE8
Tints of Clear Day #DCEEE8
RGB
CMYK
RGB Variations
Color information
#DCEEE8 (or 0xDCEEE8) is known color: Clear Day. HEX triplet: DC, EE and E8. RGB value is (220,238,232). Sum of RGB (Red+Green+Blue) = 220+238+232=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEE8 is #231117. Grayscale: #E7E7E7. Windows color (decimal): -2298136 or 15265500. OLE color: 15265500.
HSL color Cylindrical-coordinate representation of color #DCEEE8: hue angle of 160º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEE8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 232 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 160º | 0.35% | 0.9% | - |
HSV(B) | 160º | 0.08% | 0.93% | - |
XYZ | 74.66 | 82.19 | 88.27 | - |
YUV | 231.93 | 128.04 | 119.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 232 | 0.08 | 0 | 0.03 | 0.07 | 160 | 0.35 | 0.9 |
Hex | DC | EE | E8 | 8 | 0 | 3 | 7 | A0 | 23 | 5A |
Octal | 334 | 356 | 350 | 10 | 0 | 3 | 7 | 240 | 43 | 132 |
Binary | 11011100 | 11101110 | 11101000 | 1000 | 0 | 11 | 111 | 10100000 | 100011 | 1011010 |
Color Harmonies of #DCEEE8
Complementary color
Monochromatic Colors of #DCEEE8
Black with #DCEEE8
Text Example
Text Example
White with #DCEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEE8; }
p { color: rgb(220,238,232); }
H1.HeaderClassName
{
color: #DCEEE8;
}
.AnyTagClassName
{
color: #DCEEE8;
}
</style>
background-color css
<style>
a { background-color: #DCEEE8; }
a { background-color: rgb(220,238,232); }
div.DivClassName
{
background-color: #DCEEE8;
}
.BgClassName
{
background-color: #DCEEE8;
}
</style>
border-color css
<style>
span { border-color: #DCEEE8; }
span { border-color: rgb(220,238,232); }
td.TdClassName
{
border-color: #DCEEE8;
}
.TagClassName
{
border-color: #DCEEE8;
}
</style>