Shades of Frostee #DAE6CF
Tints of Frostee #DAE6CF
RGB
CMYK
RGB Variations
Color information
#DAE6CF (or 0xDAE6CF) is known color: Frostee. HEX triplet: DA, E6 and CF. RGB value is (218,230,207). Sum of RGB (Red+Green+Blue) = 218+230+207=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6CF is #251930. Grayscale: #DFDFDF. Windows color (decimal): -2431281 or 13625050. OLE color: 13625050.
HSL color Cylindrical-coordinate representation of color #DAE6CF: hue angle of 91.3º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE6CF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 207 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.10 |
| HSL | 91.3º | 0.32% | 0.86% | - |
| HSV(B) | 91.3º | 0.1% | 0.9% | - |
| XYZ | 68.47 | 76 | 70.09 | - |
| YUV | 223.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 207 | 0.05 | 0 | 0.10 | 0.10 | 91.3 | 0.32 | 0.86 |
| Hex | DA | E6 | CF | 5 | 0 | A | A | 5B | 20 | 56 |
| Octal | 332 | 346 | 317 | 5 | 0 | 12 | 12 | 133 | 40 | 126 |
| Binary | 11011010 | 11100110 | 11001111 | 101 | 0 | 1010 | 1010 | 1011011 | 100000 | 1010110 |
Color Harmonies of #DAE6CF
Complementary color
Monochromatic Colors of #DAE6CF
Black with #DAE6CF
Text Example
Text Example
White with #DAE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6CF; }
p { color: rgb(218,230,207); }
H1.HeaderClassName
{
color: #DAE6CF;
}
.AnyTagClassName
{
color: #DAE6CF;
}
</style>
background-color css
<style>
a { background-color: #DAE6CF; }
a { background-color: rgb(218,230,207); }
div.DivClassName
{
background-color: #DAE6CF;
}
.BgClassName
{
background-color: #DAE6CF;
}
</style>
border-color css
<style>
span { border-color: #DAE6CF; }
span { border-color: rgb(218,230,207); }
td.TdClassName
{
border-color: #DAE6CF;
}
.TagClassName
{
border-color: #DAE6CF;
}
</style>