Shades of Frost #DAE0BF
Tints of Frost #DAE0BF
RGB
CMYK
RGB Variations
Color information
#DAE0BF (or 0xDAE0BF) is known color: Frost. HEX triplet: DA, E0 and BF. RGB value is (218,224,191). Sum of RGB (Red+Green+Blue) = 218+224+191=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0BF is #251F40. Grayscale: #DADADA. Windows color (decimal): -2432833 or 12574938. OLE color: 12574938.
HSL color Cylindrical-coordinate representation of color #DAE0BF: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE0BF is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 191 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.12 |
| HSL | 70.91º | 0.35% | 0.81% | - |
| HSV(B) | 70.91º | 0.15% | 0.88% | - |
| XYZ | 64.97 | 71.98 | 59.76 | - |
| YUV | 218.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 191 | 0.03 | 0 | 0.15 | 0.12 | 70.91 | 0.35 | 0.81 |
| Hex | DA | E0 | BF | 3 | 0 | F | C | 47 | 23 | 51 |
| Octal | 332 | 340 | 277 | 3 | 0 | 17 | 14 | 107 | 43 | 121 |
| Binary | 11011010 | 11100000 | 10111111 | 11 | 0 | 1111 | 1100 | 1000111 | 100011 | 1010001 |
Color Harmonies of #DAE0BF
Complementary color
Monochromatic Colors of #DAE0BF
Black with #DAE0BF
Text Example
Text Example
White with #DAE0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0BF; }
p { color: rgb(218,224,191); }
H1.HeaderClassName
{
color: #DAE0BF;
}
.AnyTagClassName
{
color: #DAE0BF;
}
</style>
background-color css
<style>
a { background-color: #DAE0BF; }
a { background-color: rgb(218,224,191); }
div.DivClassName
{
background-color: #DAE0BF;
}
.BgClassName
{
background-color: #DAE0BF;
}
</style>
border-color css
<style>
span { border-color: #DAE0BF; }
span { border-color: rgb(218,224,191); }
td.TdClassName
{
border-color: #DAE0BF;
}
.TagClassName
{
border-color: #DAE0BF;
}
</style>