Shades of White Ice #DAE1DE
Tints of White Ice #DAE1DE
RGB
CMYK
RGB Variations
Color information
#DAE1DE (or 0xDAE1DE) is known color: White Ice. HEX triplet: DA, E1 and DE. RGB value is (218,225,222). Sum of RGB (Red+Green+Blue) = 218+225+222=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1DE is #251E21. Grayscale: #DEDEDE. Windows color (decimal): -2432546 or 14606810. OLE color: 14606810.
HSL color Cylindrical-coordinate representation of color #DAE1DE: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE1DE is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 222 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.12 |
| HSL | 154.29º | 0.1% | 0.87% | - |
| HSV(B) | 154.29º | 0.03% | 0.88% | - |
| XYZ | 69.02 | 74.03 | 79.76 | - |
| YUV | 222.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 222 | 0.03 | 0 | 0.01 | 0.12 | 154.29 | 0.1 | 0.87 |
| Hex | DA | E1 | DE | 3 | 0 | 1 | C | 9A | A | 57 |
| Octal | 332 | 341 | 336 | 3 | 0 | 1 | 14 | 232 | 12 | 127 |
| Binary | 11011010 | 11100001 | 11011110 | 11 | 0 | 1 | 1100 | 10011010 | 1010 | 1010111 |
Color Harmonies of #DAE1DE
Complementary color
Monochromatic Colors of #DAE1DE
Black with #DAE1DE
Text Example
Text Example
White with #DAE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1DE; }
p { color: rgb(218,225,222); }
H1.HeaderClassName
{
color: #DAE1DE;
}
.AnyTagClassName
{
color: #DAE1DE;
}
</style>
background-color css
<style>
a { background-color: #DAE1DE; }
a { background-color: rgb(218,225,222); }
div.DivClassName
{
background-color: #DAE1DE;
}
.BgClassName
{
background-color: #DAE1DE;
}
</style>
border-color css
<style>
span { border-color: #DAE1DE; }
span { border-color: rgb(218,225,222); }
td.TdClassName
{
border-color: #DAE1DE;
}
.TagClassName
{
border-color: #DAE1DE;
}
</style>