Shades of Frost #DAE3BD
Tints of Frost #DAE3BD
RGB
CMYK
RGB Variations
Color information
#DAE3BD (or 0xDAE3BD) is known color: Frost. HEX triplet: DA, E3 and BD. RGB value is (218,227,189). Sum of RGB (Red+Green+Blue) = 218+227+189=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3BD is #251C42. Grayscale: #DCDCDC. Windows color (decimal): -2432067 or 12444634. OLE color: 12444634.
HSL color Cylindrical-coordinate representation of color #DAE3BD: hue angle of 74.21º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE3BD is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 189 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.11 |
| HSL | 74.21º | 0.4% | 0.82% | - |
| HSV(B) | 74.21º | 0.17% | 0.89% | - |
| XYZ | 65.57 | 73.52 | 58.88 | - |
| YUV | 219.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 189 | 0.04 | 0 | 0.17 | 0.11 | 74.21 | 0.4 | 0.82 |
| Hex | DA | E3 | BD | 4 | 0 | 11 | B | 4A | 28 | 52 |
| Octal | 332 | 343 | 275 | 4 | 0 | 21 | 13 | 112 | 50 | 122 |
| Binary | 11011010 | 11100011 | 10111101 | 100 | 0 | 10001 | 1011 | 1001010 | 101000 | 1010010 |
Color Harmonies of #DAE3BD
Complementary color
Monochromatic Colors of #DAE3BD
Black with #DAE3BD
Text Example
Text Example
White with #DAE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3BD; }
p { color: rgb(218,227,189); }
H1.HeaderClassName
{
color: #DAE3BD;
}
.AnyTagClassName
{
color: #DAE3BD;
}
</style>
background-color css
<style>
a { background-color: #DAE3BD; }
a { background-color: rgb(218,227,189); }
div.DivClassName
{
background-color: #DAE3BD;
}
.BgClassName
{
background-color: #DAE3BD;
}
</style>
border-color css
<style>
span { border-color: #DAE3BD; }
span { border-color: rgb(218,227,189); }
td.TdClassName
{
border-color: #DAE3BD;
}
.TagClassName
{
border-color: #DAE3BD;
}
</style>