Shades of Frostee #DAE7D0
Tints of Frostee #DAE7D0
RGB
CMYK
RGB Variations
Color information
#DAE7D0 (or 0xDAE7D0) is known color: Frostee. HEX triplet: DA, E7 and D0. RGB value is (218,231,208). Sum of RGB (Red+Green+Blue) = 218+231+208=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7D0 is #25182F. Grayscale: #E0E0E0. Windows color (decimal): -2431024 or 13690842. OLE color: 13690842.
HSL color Cylindrical-coordinate representation of color #DAE7D0: hue angle of 93.91º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE7D0 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 208 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.09 |
| HSL | 93.91º | 0.32% | 0.86% | - |
| HSV(B) | 93.91º | 0.1% | 0.91% | - |
| XYZ | 68.87 | 76.61 | 70.83 | - |
| YUV | 224.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 208 | 0.06 | 0 | 0.10 | 0.09 | 93.91 | 0.32 | 0.86 |
| Hex | DA | E7 | D0 | 6 | 0 | A | 9 | 5E | 20 | 56 |
| Octal | 332 | 347 | 320 | 6 | 0 | 12 | 11 | 136 | 40 | 126 |
| Binary | 11011010 | 11100111 | 11010000 | 110 | 0 | 1010 | 1001 | 1011110 | 100000 | 1010110 |
Color Harmonies of #DAE7D0
Complementary color
Monochromatic Colors of #DAE7D0
Black with #DAE7D0
Text Example
Text Example
White with #DAE7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7D0; }
p { color: rgb(218,231,208); }
H1.HeaderClassName
{
color: #DAE7D0;
}
.AnyTagClassName
{
color: #DAE7D0;
}
</style>
background-color css
<style>
a { background-color: #DAE7D0; }
a { background-color: rgb(218,231,208); }
div.DivClassName
{
background-color: #DAE7D0;
}
.BgClassName
{
background-color: #DAE7D0;
}
</style>
border-color css
<style>
span { border-color: #DAE7D0; }
span { border-color: rgb(218,231,208); }
td.TdClassName
{
border-color: #DAE7D0;
}
.TagClassName
{
border-color: #DAE7D0;
}
</style>