Shades of Apple Green #DAE8D9
Tints of Apple Green #DAE8D9
RGB
CMYK
RGB Variations
Color information
#DAE8D9 (or 0xDAE8D9) is known color: Apple Green. HEX triplet: DA, E8 and D9. RGB value is (218,232,217). Sum of RGB (Red+Green+Blue) = 218+232+217=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8D9 is #251726. Grayscale: #E2E2E2. Windows color (decimal): -2430759 or 14280922. OLE color: 14280922.
HSL color Cylindrical-coordinate representation of color #DAE8D9: hue angle of 116º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE8D9 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 232 | 217 | - |
CMYK | 0.06 | 0 | 0.06 | 0.09 |
HSL | 116º | 0.25% | 0.88% | - |
HSV(B) | 116º | 0.06% | 0.91% | - |
XYZ | 70.29 | 77.63 | 76.92 | - |
YUV | 226.1 | 122.86 | 122.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 232 | 217 | 0.06 | 0 | 0.06 | 0.09 | 116 | 0.25 | 0.88 |
Hex | DA | E8 | D9 | 6 | 0 | 6 | 9 | 74 | 19 | 58 |
Octal | 332 | 350 | 331 | 6 | 0 | 6 | 11 | 164 | 31 | 130 |
Binary | 11011010 | 11101000 | 11011001 | 110 | 0 | 110 | 1001 | 1110100 | 11001 | 1011000 |
Color Harmonies of #DAE8D9
Complementary color
Monochromatic Colors of #DAE8D9
Black with #DAE8D9
Text Example
Text Example
White with #DAE8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8D9; }
p { color: rgb(218,232,217); }
H1.HeaderClassName
{
color: #DAE8D9;
}
.AnyTagClassName
{
color: #DAE8D9;
}
</style>
background-color css
<style>
a { background-color: #DAE8D9; }
a { background-color: rgb(218,232,217); }
div.DivClassName
{
background-color: #DAE8D9;
}
.BgClassName
{
background-color: #DAE8D9;
}
</style>
border-color css
<style>
span { border-color: #DAE8D9; }
span { border-color: rgb(218,232,217); }
td.TdClassName
{
border-color: #DAE8D9;
}
.TagClassName
{
border-color: #DAE8D9;
}
</style>