Shades of Frostee #DAE8C9
Tints of Frostee #DAE8C9
RGB
CMYK
RGB Variations
Color information
#DAE8C9 (or 0xDAE8C9) is known color: Frostee. HEX triplet: DA, E8 and C9. RGB value is (218,232,201). Sum of RGB (Red+Green+Blue) = 218+232+201=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8C9 is #251736. Grayscale: #E0E0E0. Windows color (decimal): -2430775 or 13232346. OLE color: 13232346.
HSL color Cylindrical-coordinate representation of color #DAE8C9: hue angle of 87.1º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE8C9 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 201 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.09 |
| HSL | 87.1º | 0.4% | 0.85% | - |
| HSV(B) | 87.1º | 0.13% | 0.91% | - |
| XYZ | 68.31 | 76.84 | 66.49 | - |
| YUV | 224.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 201 | 0.06 | 0 | 0.13 | 0.09 | 87.1 | 0.4 | 0.85 |
| Hex | DA | E8 | C9 | 6 | 0 | D | 9 | 57 | 28 | 55 |
| Octal | 332 | 350 | 311 | 6 | 0 | 15 | 11 | 127 | 50 | 125 |
| Binary | 11011010 | 11101000 | 11001001 | 110 | 0 | 1101 | 1001 | 1010111 | 101000 | 1010101 |
Color Harmonies of #DAE8C9
Complementary color
Monochromatic Colors of #DAE8C9
Black with #DAE8C9
Text Example
Text Example
White with #DAE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8C9; }
p { color: rgb(218,232,201); }
H1.HeaderClassName
{
color: #DAE8C9;
}
.AnyTagClassName
{
color: #DAE8C9;
}
</style>
background-color css
<style>
a { background-color: #DAE8C9; }
a { background-color: rgb(218,232,201); }
div.DivClassName
{
background-color: #DAE8C9;
}
.BgClassName
{
background-color: #DAE8C9;
}
</style>
border-color css
<style>
span { border-color: #DAE8C9; }
span { border-color: rgb(218,232,201); }
td.TdClassName
{
border-color: #DAE8C9;
}
.TagClassName
{
border-color: #DAE8C9;
}
</style>