Shades of White Ice #DAECE5
Tints of White Ice #DAECE5
RGB
CMYK
RGB Variations
Color information
#DAECE5 (or 0xDAECE5) is known color: White Ice. HEX triplet: DA, EC and E5. RGB value is (218,236,229). Sum of RGB (Red+Green+Blue) = 218+236+229=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECE5 is #25131A. Grayscale: #E5E5E5. Windows color (decimal): -2429723 or 15068378. OLE color: 15068378.
HSL color Cylindrical-coordinate representation of color #DAECE5: hue angle of 156.67º 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 #DAECE5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 229 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 156.67º | 0.32% | 0.89% | - |
HSV(B) | 156.67º | 0.08% | 0.93% | - |
XYZ | 73.05 | 80.55 | 85.83 | - |
YUV | 229.82 | 127.54 | 119.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 229 | 0.08 | 0 | 0.03 | 0.07 | 156.67 | 0.32 | 0.89 |
Hex | DA | EC | E5 | 8 | 0 | 3 | 7 | 9D | 20 | 59 |
Octal | 332 | 354 | 345 | 10 | 0 | 3 | 7 | 235 | 40 | 131 |
Binary | 11011010 | 11101100 | 11100101 | 1000 | 0 | 11 | 111 | 10011101 | 100000 | 1011001 |
Color Harmonies of #DAECE5
Complementary color
Monochromatic Colors of #DAECE5
Black with #DAECE5
Text Example
Text Example
White with #DAECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECE5; }
p { color: rgb(218,236,229); }
H1.HeaderClassName
{
color: #DAECE5;
}
.AnyTagClassName
{
color: #DAECE5;
}
</style>
background-color css
<style>
a { background-color: #DAECE5; }
a { background-color: rgb(218,236,229); }
div.DivClassName
{
background-color: #DAECE5;
}
.BgClassName
{
background-color: #DAECE5;
}
</style>
border-color css
<style>
span { border-color: #DAECE5; }
span { border-color: rgb(218,236,229); }
td.TdClassName
{
border-color: #DAECE5;
}
.TagClassName
{
border-color: #DAECE5;
}
</style>