Shades of Frostee #DAE4CF
Tints of Frostee #DAE4CF
RGB
CMYK
RGB Variations
Color information
#DAE4CF (or 0xDAE4CF) is known color: Frostee. HEX triplet: DA, E4 and CF. RGB value is (218,228,207). Sum of RGB (Red+Green+Blue) = 218+228+207=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4CF is #251B30. Grayscale: #DEDEDE. Windows color (decimal): -2431793 or 13624538. OLE color: 13624538.
HSL color Cylindrical-coordinate representation of color #DAE4CF: hue angle of 88.57º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE4CF is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 207 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.11 |
| HSL | 88.57º | 0.28% | 0.85% | - |
| HSV(B) | 88.57º | 0.09% | 0.89% | - |
| XYZ | 67.92 | 74.9 | 69.91 | - |
| YUV | 222.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 207 | 0.04 | 0 | 0.09 | 0.11 | 88.57 | 0.28 | 0.85 |
| Hex | DA | E4 | CF | 4 | 0 | 9 | B | 59 | 1C | 55 |
| Octal | 332 | 344 | 317 | 4 | 0 | 11 | 13 | 131 | 34 | 125 |
| Binary | 11011010 | 11100100 | 11001111 | 100 | 0 | 1001 | 1011 | 1011001 | 11100 | 1010101 |
Color Harmonies of #DAE4CF
Complementary color
Monochromatic Colors of #DAE4CF
Black with #DAE4CF
Text Example
Text Example
White with #DAE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4CF; }
p { color: rgb(218,228,207); }
H1.HeaderClassName
{
color: #DAE4CF;
}
.AnyTagClassName
{
color: #DAE4CF;
}
</style>
background-color css
<style>
a { background-color: #DAE4CF; }
a { background-color: rgb(218,228,207); }
div.DivClassName
{
background-color: #DAE4CF;
}
.BgClassName
{
background-color: #DAE4CF;
}
</style>
border-color css
<style>
span { border-color: #DAE4CF; }
span { border-color: rgb(218,228,207); }
td.TdClassName
{
border-color: #DAE4CF;
}
.TagClassName
{
border-color: #DAE4CF;
}
</style>