Shades of Frost #DAE1BB
Tints of Frost #DAE1BB
RGB
CMYK
RGB Variations
Color information
#DAE1BB (or 0xDAE1BB) is known color: Frost. HEX triplet: DA, E1 and BB. RGB value is (218,225,187). Sum of RGB (Red+Green+Blue) = 218+225+187=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1BB is #251E44. Grayscale: #DADADA. Windows color (decimal): -2432581 or 12313050. OLE color: 12313050.
HSL color Cylindrical-coordinate representation of color #DAE1BB: hue angle of 71.05º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE1BB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 187 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.12 |
| HSL | 71.05º | 0.39% | 0.81% | - |
| HSV(B) | 71.05º | 0.17% | 0.88% | - |
| XYZ | 64.81 | 72.34 | 57.56 | - |
| YUV | 218.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 187 | 0.03 | 0 | 0.17 | 0.12 | 71.05 | 0.39 | 0.81 |
| Hex | DA | E1 | BB | 3 | 0 | 11 | C | 47 | 27 | 51 |
| Octal | 332 | 341 | 273 | 3 | 0 | 21 | 14 | 107 | 47 | 121 |
| Binary | 11011010 | 11100001 | 10111011 | 11 | 0 | 10001 | 1100 | 1000111 | 100111 | 1010001 |
Color Harmonies of #DAE1BB
Complementary color
Monochromatic Colors of #DAE1BB
Black with #DAE1BB
Text Example
Text Example
White with #DAE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1BB; }
p { color: rgb(218,225,187); }
H1.HeaderClassName
{
color: #DAE1BB;
}
.AnyTagClassName
{
color: #DAE1BB;
}
</style>
background-color css
<style>
a { background-color: #DAE1BB; }
a { background-color: rgb(218,225,187); }
div.DivClassName
{
background-color: #DAE1BB;
}
.BgClassName
{
background-color: #DAE1BB;
}
</style>
border-color css
<style>
span { border-color: #DAE1BB; }
span { border-color: rgb(218,225,187); }
td.TdClassName
{
border-color: #DAE1BB;
}
.TagClassName
{
border-color: #DAE1BB;
}
</style>