Shades of Frostee #DAE4CE
Tints of Frostee #DAE4CE
RGB
CMYK
RGB Variations
Color information
#DAE4CE (or 0xDAE4CE) is known color: Frostee. HEX triplet: DA, E4 and CE. RGB value is (218,228,206). Sum of RGB (Red+Green+Blue) = 218+228+206=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4CE is #251B31. Grayscale: #DEDEDE. Windows color (decimal): -2431794 or 13559002. OLE color: 13559002.
HSL color Cylindrical-coordinate representation of color #DAE4CE: hue angle of 87.27º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE4CE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 206 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.11 |
| HSL | 87.27º | 0.29% | 0.85% | - |
| HSV(B) | 87.27º | 0.1% | 0.89% | - |
| XYZ | 67.8 | 74.85 | 69.27 | - |
| YUV | 222.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 206 | 0.04 | 0 | 0.10 | 0.11 | 87.27 | 0.29 | 0.85 |
| Hex | DA | E4 | CE | 4 | 0 | A | B | 57 | 1D | 55 |
| Octal | 332 | 344 | 316 | 4 | 0 | 12 | 13 | 127 | 35 | 125 |
| Binary | 11011010 | 11100100 | 11001110 | 100 | 0 | 1010 | 1011 | 1010111 | 11101 | 1010101 |
Color Harmonies of #DAE4CE
Complementary color
Monochromatic Colors of #DAE4CE
Black with #DAE4CE
Text Example
Text Example
White with #DAE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4CE; }
p { color: rgb(218,228,206); }
H1.HeaderClassName
{
color: #DAE4CE;
}
.AnyTagClassName
{
color: #DAE4CE;
}
</style>
background-color css
<style>
a { background-color: #DAE4CE; }
a { background-color: rgb(218,228,206); }
div.DivClassName
{
background-color: #DAE4CE;
}
.BgClassName
{
background-color: #DAE4CE;
}
</style>
border-color css
<style>
span { border-color: #DAE4CE; }
span { border-color: rgb(218,228,206); }
td.TdClassName
{
border-color: #DAE4CE;
}
.TagClassName
{
border-color: #DAE4CE;
}
</style>