Shades of Frost #DAE5BA
Tints of Frost #DAE5BA
RGB
CMYK
RGB Variations
Color information
#DAE5BA (or 0xDAE5BA) is known color: Frost. HEX triplet: DA, E5 and BA. RGB value is (218,229,186). Sum of RGB (Red+Green+Blue) = 218+229+186=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5BA is #251A45. Grayscale: #DCDCDC. Windows color (decimal): -2431558 or 12248538. OLE color: 12248538.
HSL color Cylindrical-coordinate representation of color #DAE5BA: hue angle of 75.35º degrees, saturation: 0.45, 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 #DAE5BA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 186 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.10 |
| HSL | 75.35º | 0.45% | 0.81% | - |
| HSV(B) | 75.35º | 0.19% | 0.9% | - |
| XYZ | 65.8 | 74.49 | 57.36 | - |
| YUV | 220.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 186 | 0.05 | 0 | 0.19 | 0.10 | 75.35 | 0.45 | 0.81 |
| Hex | DA | E5 | BA | 5 | 0 | 13 | A | 4B | 2D | 51 |
| Octal | 332 | 345 | 272 | 5 | 0 | 23 | 12 | 113 | 55 | 121 |
| Binary | 11011010 | 11100101 | 10111010 | 101 | 0 | 10011 | 1010 | 1001011 | 101101 | 1010001 |
Color Harmonies of #DAE5BA
Complementary color
Monochromatic Colors of #DAE5BA
Black with #DAE5BA
Text Example
Text Example
White with #DAE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5BA; }
p { color: rgb(218,229,186); }
H1.HeaderClassName
{
color: #DAE5BA;
}
.AnyTagClassName
{
color: #DAE5BA;
}
</style>
background-color css
<style>
a { background-color: #DAE5BA; }
a { background-color: rgb(218,229,186); }
div.DivClassName
{
background-color: #DAE5BA;
}
.BgClassName
{
background-color: #DAE5BA;
}
</style>
border-color css
<style>
span { border-color: #DAE5BA; }
span { border-color: rgb(218,229,186); }
td.TdClassName
{
border-color: #DAE5BA;
}
.TagClassName
{
border-color: #DAE5BA;
}
</style>