Shades of Frostee #DAEACC
Tints of Frostee #DAEACC
RGB
CMYK
RGB Variations
Color information
#DAEACC (or 0xDAEACC) is known color: Frostee. HEX triplet: DA, EA and CC. RGB value is (218,234,204). Sum of RGB (Red+Green+Blue) = 218+234+204=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEACC is #251533. Grayscale: #E1E1E1. Windows color (decimal): -2430260 or 13429466. OLE color: 13429466.
HSL color Cylindrical-coordinate representation of color #DAEACC: hue angle of 92º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEACC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 204 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.08 |
| HSL | 92º | 0.42% | 0.86% | - |
| HSV(B) | 92º | 0.13% | 0.92% | - |
| XYZ | 69.24 | 78.11 | 68.55 | - |
| YUV | 225.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 204 | 0.07 | 0 | 0.13 | 0.08 | 92 | 0.42 | 0.86 |
| Hex | DA | EA | CC | 7 | 0 | D | 8 | 5C | 2A | 56 |
| Octal | 332 | 352 | 314 | 7 | 0 | 15 | 10 | 134 | 52 | 126 |
| Binary | 11011010 | 11101010 | 11001100 | 111 | 0 | 1101 | 1000 | 1011100 | 101010 | 1010110 |
Color Harmonies of #DAEACC
Complementary color
Monochromatic Colors of #DAEACC
Black with #DAEACC
Text Example
Text Example
White with #DAEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEACC; }
p { color: rgb(218,234,204); }
H1.HeaderClassName
{
color: #DAEACC;
}
.AnyTagClassName
{
color: #DAEACC;
}
</style>
background-color css
<style>
a { background-color: #DAEACC; }
a { background-color: rgb(218,234,204); }
div.DivClassName
{
background-color: #DAEACC;
}
.BgClassName
{
background-color: #DAEACC;
}
</style>
border-color css
<style>
span { border-color: #DAEACC; }
span { border-color: rgb(218,234,204); }
td.TdClassName
{
border-color: #DAEACC;
}
.TagClassName
{
border-color: #DAEACC;
}
</style>