Shades of Frostee #DAEAC9
Tints of Frostee #DAEAC9
RGB
CMYK
RGB Variations
Color information
#DAEAC9 (or 0xDAEAC9) is known color: Frostee. HEX triplet: DA, EA and C9. RGB value is (218,234,201). Sum of RGB (Red+Green+Blue) = 218+234+201=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAC9 is #251536. Grayscale: #E1E1E1. Windows color (decimal): -2430263 or 13232858. OLE color: 13232858.
HSL color Cylindrical-coordinate representation of color #DAEAC9: hue angle of 89.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEAC9 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 201 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.08 |
| HSL | 89.09º | 0.44% | 0.85% | - |
| HSV(B) | 89.09º | 0.14% | 0.92% | - |
| XYZ | 68.88 | 77.97 | 66.68 | - |
| YUV | 225.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 201 | 0.07 | 0 | 0.14 | 0.08 | 89.09 | 0.44 | 0.85 |
| Hex | DA | EA | C9 | 7 | 0 | E | 8 | 59 | 2C | 55 |
| Octal | 332 | 352 | 311 | 7 | 0 | 16 | 10 | 131 | 54 | 125 |
| Binary | 11011010 | 11101010 | 11001001 | 111 | 0 | 1110 | 1000 | 1011001 | 101100 | 1010101 |
Color Harmonies of #DAEAC9
Complementary color
Monochromatic Colors of #DAEAC9
Black with #DAEAC9
Text Example
Text Example
White with #DAEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAC9; }
p { color: rgb(218,234,201); }
H1.HeaderClassName
{
color: #DAEAC9;
}
.AnyTagClassName
{
color: #DAEAC9;
}
</style>
background-color css
<style>
a { background-color: #DAEAC9; }
a { background-color: rgb(218,234,201); }
div.DivClassName
{
background-color: #DAEAC9;
}
.BgClassName
{
background-color: #DAEAC9;
}
</style>
border-color css
<style>
span { border-color: #DAEAC9; }
span { border-color: rgb(218,234,201); }
td.TdClassName
{
border-color: #DAEAC9;
}
.TagClassName
{
border-color: #DAEAC9;
}
</style>