Shades of Apple Green #DAECD8
Tints of Apple Green #DAECD8
RGB
CMYK
RGB Variations
Color information
#DAECD8 (or 0xDAECD8) is known color: Apple Green. HEX triplet: DA, EC and D8. RGB value is (218,236,216). Sum of RGB (Red+Green+Blue) = 218+236+216=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD8 is #251327. Grayscale: #E4E4E4. Windows color (decimal): -2429736 or 14216410. OLE color: 14216410.
HSL color Cylindrical-coordinate representation of color #DAECD8: hue angle of 114º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAECD8 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 216 | - |
CMYK | 0.08 | 0 | 0.08 | 0.07 |
HSL | 114º | 0.34% | 0.89% | - |
HSV(B) | 114º | 0.08% | 0.93% | - |
XYZ | 71.3 | 79.85 | 76.62 | - |
YUV | 228.34 | 121.04 | 120.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 216 | 0.08 | 0 | 0.08 | 0.07 | 114 | 0.34 | 0.89 |
Hex | DA | EC | D8 | 8 | 0 | 8 | 7 | 72 | 22 | 59 |
Octal | 332 | 354 | 330 | 10 | 0 | 10 | 7 | 162 | 42 | 131 |
Binary | 11011010 | 11101100 | 11011000 | 1000 | 0 | 1000 | 111 | 1110010 | 100010 | 1011001 |
Color Harmonies of #DAECD8
Complementary color
Monochromatic Colors of #DAECD8
Black with #DAECD8
Text Example
Text Example
White with #DAECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECD8; }
p { color: rgb(218,236,216); }
H1.HeaderClassName
{
color: #DAECD8;
}
.AnyTagClassName
{
color: #DAECD8;
}
</style>
background-color css
<style>
a { background-color: #DAECD8; }
a { background-color: rgb(218,236,216); }
div.DivClassName
{
background-color: #DAECD8;
}
.BgClassName
{
background-color: #DAECD8;
}
</style>
border-color css
<style>
span { border-color: #DAECD8; }
span { border-color: rgb(218,236,216); }
td.TdClassName
{
border-color: #DAECD8;
}
.TagClassName
{
border-color: #DAECD8;
}
</style>