Shades of Frost #DAE5B9
Tints of Frost #DAE5B9
RGB
CMYK
RGB Variations
Color information
#DAE5B9 (or 0xDAE5B9) is known color: Frost. HEX triplet: DA, E5 and B9. RGB value is (218,229,185). Sum of RGB (Red+Green+Blue) = 218+229+185=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5B9 is #251A46. Grayscale: #DCDCDC. Windows color (decimal): -2431559 or 12183002. OLE color: 12183002.
HSL color Cylindrical-coordinate representation of color #DAE5B9: hue angle of 75º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAE5B9 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 185 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.10 |
| HSL | 75º | 0.46% | 0.81% | - |
| HSV(B) | 75º | 0.19% | 0.9% | - |
| XYZ | 65.69 | 74.45 | 56.81 | - |
| YUV | 220.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 185 | 0.05 | 0 | 0.19 | 0.10 | 75 | 0.46 | 0.81 |
| Hex | DA | E5 | B9 | 5 | 0 | 13 | A | 4B | 2E | 51 |
| Octal | 332 | 345 | 271 | 5 | 0 | 23 | 12 | 113 | 56 | 121 |
| Binary | 11011010 | 11100101 | 10111001 | 101 | 0 | 10011 | 1010 | 1001011 | 101110 | 1010001 |
Color Harmonies of #DAE5B9
Complementary color
Monochromatic Colors of #DAE5B9
Black with #DAE5B9
Text Example
Text Example
White with #DAE5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5B9; }
p { color: rgb(218,229,185); }
H1.HeaderClassName
{
color: #DAE5B9;
}
.AnyTagClassName
{
color: #DAE5B9;
}
</style>
background-color css
<style>
a { background-color: #DAE5B9; }
a { background-color: rgb(218,229,185); }
div.DivClassName
{
background-color: #DAE5B9;
}
.BgClassName
{
background-color: #DAE5B9;
}
</style>
border-color css
<style>
span { border-color: #DAE5B9; }
span { border-color: rgb(218,229,185); }
td.TdClassName
{
border-color: #DAE5B9;
}
.TagClassName
{
border-color: #DAE5B9;
}
</style>