Shades of Frost #DAE2BC
Tints of Frost #DAE2BC
RGB
CMYK
RGB Variations
Color information
#DAE2BC (or 0xDAE2BC) is known color: Frost. HEX triplet: DA, E2 and BC. RGB value is (218,226,188). Sum of RGB (Red+Green+Blue) = 218+226+188=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2BC is #251D43. Grayscale: #DBDBDB. Windows color (decimal): -2432324 or 12378842. OLE color: 12378842.
HSL color Cylindrical-coordinate representation of color #DAE2BC: hue angle of 72.63º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE2BC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 188 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.11 |
| HSL | 72.63º | 0.4% | 0.81% | - |
| HSV(B) | 72.63º | 0.17% | 0.89% | - |
| XYZ | 65.19 | 72.93 | 58.22 | - |
| YUV | 219.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 188 | 0.04 | 0 | 0.17 | 0.11 | 72.63 | 0.4 | 0.81 |
| Hex | DA | E2 | BC | 4 | 0 | 11 | B | 49 | 28 | 51 |
| Octal | 332 | 342 | 274 | 4 | 0 | 21 | 13 | 111 | 50 | 121 |
| Binary | 11011010 | 11100010 | 10111100 | 100 | 0 | 10001 | 1011 | 1001001 | 101000 | 1010001 |
Color Harmonies of #DAE2BC
Complementary color
Monochromatic Colors of #DAE2BC
Black with #DAE2BC
Text Example
Text Example
White with #DAE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2BC; }
p { color: rgb(218,226,188); }
H1.HeaderClassName
{
color: #DAE2BC;
}
.AnyTagClassName
{
color: #DAE2BC;
}
</style>
background-color css
<style>
a { background-color: #DAE2BC; }
a { background-color: rgb(218,226,188); }
div.DivClassName
{
background-color: #DAE2BC;
}
.BgClassName
{
background-color: #DAE2BC;
}
</style>
border-color css
<style>
span { border-color: #DAE2BC; }
span { border-color: rgb(218,226,188); }
td.TdClassName
{
border-color: #DAE2BC;
}
.TagClassName
{
border-color: #DAE2BC;
}
</style>