Shades of Frost #DAE1BD
Tints of Frost #DAE1BD
RGB
CMYK
RGB Variations
Color information
#DAE1BD (or 0xDAE1BD) is known color: Frost. HEX triplet: DA, E1 and BD. RGB value is (218,225,189). Sum of RGB (Red+Green+Blue) = 218+225+189=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1BD is #251E42. Grayscale: #DADADA. Windows color (decimal): -2432579 or 12444122. OLE color: 12444122.
HSL color Cylindrical-coordinate representation of color #DAE1BD: hue angle of 71.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE1BD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 189 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.12 |
| HSL | 71.67º | 0.38% | 0.81% | - |
| HSV(B) | 71.67º | 0.16% | 0.88% | - |
| XYZ | 65.02 | 72.43 | 58.7 | - |
| YUV | 218.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 189 | 0.03 | 0 | 0.16 | 0.12 | 71.67 | 0.38 | 0.81 |
| Hex | DA | E1 | BD | 3 | 0 | 10 | C | 48 | 26 | 51 |
| Octal | 332 | 341 | 275 | 3 | 0 | 20 | 14 | 110 | 46 | 121 |
| Binary | 11011010 | 11100001 | 10111101 | 11 | 0 | 10000 | 1100 | 1001000 | 100110 | 1010001 |
Color Harmonies of #DAE1BD
Complementary color
Monochromatic Colors of #DAE1BD
Black with #DAE1BD
Text Example
Text Example
White with #DAE1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1BD; }
p { color: rgb(218,225,189); }
H1.HeaderClassName
{
color: #DAE1BD;
}
.AnyTagClassName
{
color: #DAE1BD;
}
</style>
background-color css
<style>
a { background-color: #DAE1BD; }
a { background-color: rgb(218,225,189); }
div.DivClassName
{
background-color: #DAE1BD;
}
.BgClassName
{
background-color: #DAE1BD;
}
</style>
border-color css
<style>
span { border-color: #DAE1BD; }
span { border-color: rgb(218,225,189); }
td.TdClassName
{
border-color: #DAE1BD;
}
.TagClassName
{
border-color: #DAE1BD;
}
</style>