Shades of Frostee #DAE7CE
Tints of Frostee #DAE7CE
RGB
CMYK
RGB Variations
Color information
#DAE7CE (or 0xDAE7CE) is known color: Frostee. HEX triplet: DA, E7 and CE. RGB value is (218,231,206). Sum of RGB (Red+Green+Blue) = 218+231+206=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7CE is #251831. Grayscale: #E0E0E0. Windows color (decimal): -2431026 or 13559770. OLE color: 13559770.
HSL color Cylindrical-coordinate representation of color #DAE7CE: hue angle of 91.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAE7CE is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 206 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.09 |
| HSL | 91.2º | 0.34% | 0.86% | - |
| HSV(B) | 91.2º | 0.11% | 0.91% | - |
| XYZ | 68.63 | 76.51 | 69.54 | - |
| YUV | 224.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 206 | 0.06 | 0 | 0.11 | 0.09 | 91.2 | 0.34 | 0.86 |
| Hex | DA | E7 | CE | 6 | 0 | B | 9 | 5B | 22 | 56 |
| Octal | 332 | 347 | 316 | 6 | 0 | 13 | 11 | 133 | 42 | 126 |
| Binary | 11011010 | 11100111 | 11001110 | 110 | 0 | 1011 | 1001 | 1011011 | 100010 | 1010110 |
Color Harmonies of #DAE7CE
Complementary color
Monochromatic Colors of #DAE7CE
Black with #DAE7CE
Text Example
Text Example
White with #DAE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7CE; }
p { color: rgb(218,231,206); }
H1.HeaderClassName
{
color: #DAE7CE;
}
.AnyTagClassName
{
color: #DAE7CE;
}
</style>
background-color css
<style>
a { background-color: #DAE7CE; }
a { background-color: rgb(218,231,206); }
div.DivClassName
{
background-color: #DAE7CE;
}
.BgClassName
{
background-color: #DAE7CE;
}
</style>
border-color css
<style>
span { border-color: #DAE7CE; }
span { border-color: rgb(218,231,206); }
td.TdClassName
{
border-color: #DAE7CE;
}
.TagClassName
{
border-color: #DAE7CE;
}
</style>