Shades of Frost #DAE1BF
Tints of Frost #DAE1BF
RGB
CMYK
RGB Variations
Color information
#DAE1BF (or 0xDAE1BF) is known color: Frost. HEX triplet: DA, E1 and BF. RGB value is (218,225,191). Sum of RGB (Red+Green+Blue) = 218+225+191=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1BF is #251E40. Grayscale: #DBDBDB. Windows color (decimal): -2432577 or 12575194. OLE color: 12575194.
HSL color Cylindrical-coordinate representation of color #DAE1BF: hue angle of 72.35º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAE1BF is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 191 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.12 |
| HSL | 72.35º | 0.36% | 0.82% | - |
| HSV(B) | 72.35º | 0.15% | 0.88% | - |
| XYZ | 65.24 | 72.52 | 59.85 | - |
| YUV | 219.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 191 | 0.03 | 0 | 0.15 | 0.12 | 72.35 | 0.36 | 0.82 |
| Hex | DA | E1 | BF | 3 | 0 | F | C | 48 | 24 | 52 |
| Octal | 332 | 341 | 277 | 3 | 0 | 17 | 14 | 110 | 44 | 122 |
| Binary | 11011010 | 11100001 | 10111111 | 11 | 0 | 1111 | 1100 | 1001000 | 100100 | 1010010 |
Color Harmonies of #DAE1BF
Complementary color
Monochromatic Colors of #DAE1BF
Black with #DAE1BF
Text Example
Text Example
White with #DAE1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1BF; }
p { color: rgb(218,225,191); }
H1.HeaderClassName
{
color: #DAE1BF;
}
.AnyTagClassName
{
color: #DAE1BF;
}
</style>
background-color css
<style>
a { background-color: #DAE1BF; }
a { background-color: rgb(218,225,191); }
div.DivClassName
{
background-color: #DAE1BF;
}
.BgClassName
{
background-color: #DAE1BF;
}
</style>
border-color css
<style>
span { border-color: #DAE1BF; }
span { border-color: rgb(218,225,191); }
td.TdClassName
{
border-color: #DAE1BF;
}
.TagClassName
{
border-color: #DAE1BF;
}
</style>