Shades of Frostee #DAE8CF
Tints of Frostee #DAE8CF
RGB
CMYK
RGB Variations
Color information
#DAE8CF (or 0xDAE8CF) is known color: Frostee. HEX triplet: DA, E8 and CF. RGB value is (218,232,207). Sum of RGB (Red+Green+Blue) = 218+232+207=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 232 (91.02% from 255 or 35.31% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8CF is #251730. Grayscale: #E1E1E1. Windows color (decimal): -2430769 or 13625562. OLE color: 13625562.
HSL color Cylindrical-coordinate representation of color #DAE8CF: hue angle of 93.6º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE8CF is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 207 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.09 |
| HSL | 93.6º | 0.35% | 0.86% | - |
| HSV(B) | 93.6º | 0.11% | 0.91% | - |
| XYZ | 69.03 | 77.12 | 70.28 | - |
| YUV | 224.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 207 | 0.06 | 0 | 0.11 | 0.09 | 93.6 | 0.35 | 0.86 |
| Hex | DA | E8 | CF | 6 | 0 | B | 9 | 5E | 23 | 56 |
| Octal | 332 | 350 | 317 | 6 | 0 | 13 | 11 | 136 | 43 | 126 |
| Binary | 11011010 | 11101000 | 11001111 | 110 | 0 | 1011 | 1001 | 1011110 | 100011 | 1010110 |
Color Harmonies of #DAE8CF
Complementary color
Monochromatic Colors of #DAE8CF
Black with #DAE8CF
Text Example
Text Example
White with #DAE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8CF; }
p { color: rgb(218,232,207); }
H1.HeaderClassName
{
color: #DAE8CF;
}
.AnyTagClassName
{
color: #DAE8CF;
}
</style>
background-color css
<style>
a { background-color: #DAE8CF; }
a { background-color: rgb(218,232,207); }
div.DivClassName
{
background-color: #DAE8CF;
}
.BgClassName
{
background-color: #DAE8CF;
}
</style>
border-color css
<style>
span { border-color: #DAE8CF; }
span { border-color: rgb(218,232,207); }
td.TdClassName
{
border-color: #DAE8CF;
}
.TagClassName
{
border-color: #DAE8CF;
}
</style>