Shades of Frost #DAE3B9
Tints of Frost #DAE3B9
RGB
CMYK
RGB Variations
Color information
#DAE3B9 (or 0xDAE3B9) is known color: Frost. HEX triplet: DA, E3 and B9. RGB value is (218,227,185). Sum of RGB (Red+Green+Blue) = 218+227+185=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3B9 is #251C46. Grayscale: #DBDBDB. Windows color (decimal): -2432071 or 12182490. OLE color: 12182490.
HSL color Cylindrical-coordinate representation of color #DAE3B9: hue angle of 72.86º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAE3B9 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 185 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.11 |
| HSL | 72.86º | 0.43% | 0.81% | - |
| HSV(B) | 72.86º | 0.19% | 0.89% | - |
| XYZ | 65.14 | 73.35 | 56.62 | - |
| YUV | 219.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 185 | 0.04 | 0 | 0.19 | 0.11 | 72.86 | 0.43 | 0.81 |
| Hex | DA | E3 | B9 | 4 | 0 | 13 | B | 49 | 2B | 51 |
| Octal | 332 | 343 | 271 | 4 | 0 | 23 | 13 | 111 | 53 | 121 |
| Binary | 11011010 | 11100011 | 10111001 | 100 | 0 | 10011 | 1011 | 1001001 | 101011 | 1010001 |
Color Harmonies of #DAE3B9
Complementary color
Monochromatic Colors of #DAE3B9
Black with #DAE3B9
Text Example
Text Example
White with #DAE3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3B9; }
p { color: rgb(218,227,185); }
H1.HeaderClassName
{
color: #DAE3B9;
}
.AnyTagClassName
{
color: #DAE3B9;
}
</style>
background-color css
<style>
a { background-color: #DAE3B9; }
a { background-color: rgb(218,227,185); }
div.DivClassName
{
background-color: #DAE3B9;
}
.BgClassName
{
background-color: #DAE3B9;
}
</style>
border-color css
<style>
span { border-color: #DAE3B9; }
span { border-color: rgb(218,227,185); }
td.TdClassName
{
border-color: #DAE3B9;
}
.TagClassName
{
border-color: #DAE3B9;
}
</style>