Shades of Frost #DAE2BE
Tints of Frost #DAE2BE
RGB
CMYK
RGB Variations
Color information
#DAE2BE (or 0xDAE2BE) is known color: Frost. HEX triplet: DA, E2 and BE. RGB value is (218,226,190). Sum of RGB (Red+Green+Blue) = 218+226+190=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2BE is #251D41. Grayscale: #DBDBDB. Windows color (decimal): -2432322 or 12509914. OLE color: 12509914.
HSL color Cylindrical-coordinate representation of color #DAE2BE: hue angle of 73.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE2BE is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 226 | 190 | - |
CMYK | 0.04 | 0 | 0.16 | 0.11 |
HSL | 73.33º | 0.38% | 0.82% | - |
HSV(B) | 73.33º | 0.16% | 0.89% | - |
XYZ | 65.4 | 73.02 | 59.36 | - |
YUV | 219.5 | 111.35 | 126.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 190 | 0.04 | 0 | 0.16 | 0.11 | 73.33 | 0.38 | 0.82 |
Hex | DA | E2 | BE | 4 | 0 | 10 | B | 49 | 26 | 52 |
Octal | 332 | 342 | 276 | 4 | 0 | 20 | 13 | 111 | 46 | 122 |
Binary | 11011010 | 11100010 | 10111110 | 100 | 0 | 10000 | 1011 | 1001001 | 100110 | 1010010 |
Color Harmonies of #DAE2BE
Complementary color
Monochromatic Colors of #DAE2BE
Black with #DAE2BE
Text Example
Text Example
White with #DAE2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2BE; }
p { color: rgb(218,226,190); }
H1.HeaderClassName
{
color: #DAE2BE;
}
.AnyTagClassName
{
color: #DAE2BE;
}
</style>
background-color css
<style>
a { background-color: #DAE2BE; }
a { background-color: rgb(218,226,190); }
div.DivClassName
{
background-color: #DAE2BE;
}
.BgClassName
{
background-color: #DAE2BE;
}
</style>
border-color css
<style>
span { border-color: #DAE2BE; }
span { border-color: rgb(218,226,190); }
td.TdClassName
{
border-color: #DAE2BE;
}
.TagClassName
{
border-color: #DAE2BE;
}
</style>