Shades of Frostee #DAE9CF
Tints of Frostee #DAE9CF
RGB
CMYK
RGB Variations
Color information
#DAE9CF (or 0xDAE9CF) is known color: Frostee. HEX triplet: DA, E9 and CF. RGB value is (218,233,207). Sum of RGB (Red+Green+Blue) = 218+233+207=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9CF is #251630. Grayscale: #E1E1E1. Windows color (decimal): -2430513 or 13625818. OLE color: 13625818.
HSL color Cylindrical-coordinate representation of color #DAE9CF: hue angle of 94.62º degrees, saturation: 0.37, 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 #DAE9CF is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 207 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.09 |
| HSL | 94.62º | 0.37% | 0.86% | - |
| HSV(B) | 94.62º | 0.11% | 0.91% | - |
| XYZ | 69.31 | 77.69 | 70.37 | - |
| YUV | 225.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 207 | 0.06 | 0 | 0.11 | 0.09 | 94.62 | 0.37 | 0.86 |
| Hex | DA | E9 | CF | 6 | 0 | B | 9 | 5F | 25 | 56 |
| Octal | 332 | 351 | 317 | 6 | 0 | 13 | 11 | 137 | 45 | 126 |
| Binary | 11011010 | 11101001 | 11001111 | 110 | 0 | 1011 | 1001 | 1011111 | 100101 | 1010110 |
Color Harmonies of #DAE9CF
Complementary color
Monochromatic Colors of #DAE9CF
Black with #DAE9CF
Text Example
Text Example
White with #DAE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9CF; }
p { color: rgb(218,233,207); }
H1.HeaderClassName
{
color: #DAE9CF;
}
.AnyTagClassName
{
color: #DAE9CF;
}
</style>
background-color css
<style>
a { background-color: #DAE9CF; }
a { background-color: rgb(218,233,207); }
div.DivClassName
{
background-color: #DAE9CF;
}
.BgClassName
{
background-color: #DAE9CF;
}
</style>
border-color css
<style>
span { border-color: #DAE9CF; }
span { border-color: rgb(218,233,207); }
td.TdClassName
{
border-color: #DAE9CF;
}
.TagClassName
{
border-color: #DAE9CF;
}
</style>