Shades of Frostee #DAE9D0
Tints of Frostee #DAE9D0
RGB
CMYK
RGB Variations
Color information
#DAE9D0 (or 0xDAE9D0) is known color: Frostee. HEX triplet: DA, E9 and D0. RGB value is (218,233,208). Sum of RGB (Red+Green+Blue) = 218+233+208=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9D0 is #25162F. Grayscale: #E1E1E1. Windows color (decimal): -2430512 or 13691354. OLE color: 13691354.
HSL color Cylindrical-coordinate representation of color #DAE9D0: hue angle of 96º degrees, saturation: 0.36, 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 #DAE9D0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 208 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.09 |
| HSL | 96º | 0.36% | 0.86% | - |
| HSV(B) | 96º | 0.11% | 0.91% | - |
| XYZ | 69.44 | 77.74 | 71.02 | - |
| YUV | 225.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 208 | 0.06 | 0 | 0.11 | 0.09 | 96 | 0.36 | 0.86 |
| Hex | DA | E9 | D0 | 6 | 0 | B | 9 | 60 | 24 | 56 |
| Octal | 332 | 351 | 320 | 6 | 0 | 13 | 11 | 140 | 44 | 126 |
| Binary | 11011010 | 11101001 | 11010000 | 110 | 0 | 1011 | 1001 | 1100000 | 100100 | 1010110 |
Color Harmonies of #DAE9D0
Complementary color
Monochromatic Colors of #DAE9D0
Black with #DAE9D0
Text Example
Text Example
White with #DAE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9D0; }
p { color: rgb(218,233,208); }
H1.HeaderClassName
{
color: #DAE9D0;
}
.AnyTagClassName
{
color: #DAE9D0;
}
</style>
background-color css
<style>
a { background-color: #DAE9D0; }
a { background-color: rgb(218,233,208); }
div.DivClassName
{
background-color: #DAE9D0;
}
.BgClassName
{
background-color: #DAE9D0;
}
</style>
border-color css
<style>
span { border-color: #DAE9D0; }
span { border-color: rgb(218,233,208); }
td.TdClassName
{
border-color: #DAE9D0;
}
.TagClassName
{
border-color: #DAE9D0;
}
</style>