Shades of Frost #DAE2BF
Tints of Frost #DAE2BF
RGB
CMYK
RGB Variations
Color information
#DAE2BF (or 0xDAE2BF) is known color: Frost. HEX triplet: DA, E2 and BF. RGB value is (218,226,191). Sum of RGB (Red+Green+Blue) = 218+226+191=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2BF is #251D40. Grayscale: #DBDBDB. Windows color (decimal): -2432321 or 12575450. OLE color: 12575450.
HSL color Cylindrical-coordinate representation of color #DAE2BF: hue angle of 73.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE2BF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 191 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.11 |
| HSL | 73.71º | 0.38% | 0.82% | - |
| HSV(B) | 73.71º | 0.15% | 0.89% | - |
| XYZ | 65.51 | 73.06 | 59.94 | - |
| YUV | 219.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 191 | 0.04 | 0 | 0.15 | 0.11 | 73.71 | 0.38 | 0.82 |
| Hex | DA | E2 | BF | 4 | 0 | F | B | 4A | 26 | 52 |
| Octal | 332 | 342 | 277 | 4 | 0 | 17 | 13 | 112 | 46 | 122 |
| Binary | 11011010 | 11100010 | 10111111 | 100 | 0 | 1111 | 1011 | 1001010 | 100110 | 1010010 |
Color Harmonies of #DAE2BF
Complementary color
Monochromatic Colors of #DAE2BF
Black with #DAE2BF
Text Example
Text Example
White with #DAE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2BF; }
p { color: rgb(218,226,191); }
H1.HeaderClassName
{
color: #DAE2BF;
}
.AnyTagClassName
{
color: #DAE2BF;
}
</style>
background-color css
<style>
a { background-color: #DAE2BF; }
a { background-color: rgb(218,226,191); }
div.DivClassName
{
background-color: #DAE2BF;
}
.BgClassName
{
background-color: #DAE2BF;
}
</style>
border-color css
<style>
span { border-color: #DAE2BF; }
span { border-color: rgb(218,226,191); }
td.TdClassName
{
border-color: #DAE2BF;
}
.TagClassName
{
border-color: #DAE2BF;
}
</style>