Shades of Frostee #DAECC6
Tints of Frostee #DAECC6
RGB
CMYK
RGB Variations
Color information
#DAECC6 (or 0xDAECC6) is known color: Frostee. HEX triplet: DA, EC and C6. RGB value is (218,236,198). Sum of RGB (Red+Green+Blue) = 218+236+198=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC6 is #251339. Grayscale: #E2E2E2. Windows color (decimal): -2429754 or 13036762. OLE color: 13036762.
HSL color Cylindrical-coordinate representation of color #DAECC6: hue angle of 88.42º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAECC6 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 198 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.07 |
| HSL | 88.42º | 0.5% | 0.85% | - |
| HSV(B) | 88.42º | 0.16% | 0.93% | - |
| XYZ | 69.1 | 78.97 | 65.03 | - |
| YUV | 226.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 198 | 0.08 | 0 | 0.16 | 0.07 | 88.42 | 0.5 | 0.85 |
| Hex | DA | EC | C6 | 8 | 0 | 10 | 7 | 58 | 32 | 55 |
| Octal | 332 | 354 | 306 | 10 | 0 | 20 | 7 | 130 | 62 | 125 |
| Binary | 11011010 | 11101100 | 11000110 | 1000 | 0 | 10000 | 111 | 1011000 | 110010 | 1010101 |
Color Harmonies of #DAECC6
Complementary color
Monochromatic Colors of #DAECC6
Black with #DAECC6
Text Example
Text Example
White with #DAECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECC6; }
p { color: rgb(218,236,198); }
H1.HeaderClassName
{
color: #DAECC6;
}
.AnyTagClassName
{
color: #DAECC6;
}
</style>
background-color css
<style>
a { background-color: #DAECC6; }
a { background-color: rgb(218,236,198); }
div.DivClassName
{
background-color: #DAECC6;
}
.BgClassName
{
background-color: #DAECC6;
}
</style>
border-color css
<style>
span { border-color: #DAECC6; }
span { border-color: rgb(218,236,198); }
td.TdClassName
{
border-color: #DAECC6;
}
.TagClassName
{
border-color: #DAECC6;
}
</style>