Shades of Clear Day #DAECE6
Tints of Clear Day #DAECE6
RGB
CMYK
RGB Variations
Color information
#DAECE6 (or 0xDAECE6) is known color: Clear Day. HEX triplet: DA, EC and E6. RGB value is (218,236,230). Sum of RGB (Red+Green+Blue) = 218+236+230=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECE6 is #251319. Grayscale: #E5E5E5. Windows color (decimal): -2429722 or 15133914. OLE color: 15133914.
HSL color Cylindrical-coordinate representation of color #DAECE6: hue angle of 160º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAECE6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 230 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 160º | 0.32% | 0.89% | - |
HSV(B) | 160º | 0.08% | 0.93% | - |
XYZ | 73.19 | 80.61 | 86.56 | - |
YUV | 229.93 | 128.04 | 119.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 230 | 0.08 | 0 | 0.03 | 0.07 | 160 | 0.32 | 0.89 |
Hex | DA | EC | E6 | 8 | 0 | 3 | 7 | A0 | 20 | 59 |
Octal | 332 | 354 | 346 | 10 | 0 | 3 | 7 | 240 | 40 | 131 |
Binary | 11011010 | 11101100 | 11100110 | 1000 | 0 | 11 | 111 | 10100000 | 100000 | 1011001 |
Color Harmonies of #DAECE6
Complementary color
Monochromatic Colors of #DAECE6
Black with #DAECE6
Text Example
Text Example
White with #DAECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECE6; }
p { color: rgb(218,236,230); }
H1.HeaderClassName
{
color: #DAECE6;
}
.AnyTagClassName
{
color: #DAECE6;
}
</style>
background-color css
<style>
a { background-color: #DAECE6; }
a { background-color: rgb(218,236,230); }
div.DivClassName
{
background-color: #DAECE6;
}
.BgClassName
{
background-color: #DAECE6;
}
</style>
border-color css
<style>
span { border-color: #DAECE6; }
span { border-color: rgb(218,236,230); }
td.TdClassName
{
border-color: #DAECE6;
}
.TagClassName
{
border-color: #DAECE6;
}
</style>