Shades of Frost #DAE1BA
Tints of Frost #DAE1BA
RGB
CMYK
RGB Variations
Color information
#DAE1BA (or 0xDAE1BA) is known color: Frost. HEX triplet: DA, E1 and BA. RGB value is (218,225,186). Sum of RGB (Red+Green+Blue) = 218+225+186=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1BA is #251E45. Grayscale: #DADADA. Windows color (decimal): -2432582 or 12247514. OLE color: 12247514.
HSL color Cylindrical-coordinate representation of color #DAE1BA: hue angle of 70.77º 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 #DAE1BA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 186 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.12 |
| HSL | 70.77º | 0.39% | 0.81% | - |
| HSV(B) | 70.77º | 0.17% | 0.88% | - |
| XYZ | 64.7 | 72.3 | 57 | - |
| YUV | 218.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 186 | 0.03 | 0 | 0.17 | 0.12 | 70.77 | 0.39 | 0.81 |
| Hex | DA | E1 | BA | 3 | 0 | 11 | C | 47 | 27 | 51 |
| Octal | 332 | 341 | 272 | 3 | 0 | 21 | 14 | 107 | 47 | 121 |
| Binary | 11011010 | 11100001 | 10111010 | 11 | 0 | 10001 | 1100 | 1000111 | 100111 | 1010001 |
Color Harmonies of #DAE1BA
Complementary color
Monochromatic Colors of #DAE1BA
Black with #DAE1BA
Text Example
Text Example
White with #DAE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1BA; }
p { color: rgb(218,225,186); }
H1.HeaderClassName
{
color: #DAE1BA;
}
.AnyTagClassName
{
color: #DAE1BA;
}
</style>
background-color css
<style>
a { background-color: #DAE1BA; }
a { background-color: rgb(218,225,186); }
div.DivClassName
{
background-color: #DAE1BA;
}
.BgClassName
{
background-color: #DAE1BA;
}
</style>
border-color css
<style>
span { border-color: #DAE1BA; }
span { border-color: rgb(218,225,186); }
td.TdClassName
{
border-color: #DAE1BA;
}
.TagClassName
{
border-color: #DAE1BA;
}
</style>