Shades of Apple Green #DAE3D8
Tints of Apple Green #DAE3D8
RGB
CMYK
RGB Variations
Color information
#DAE3D8 (or 0xDAE3D8) is known color: Apple Green. HEX triplet: DA, E3 and D8. RGB value is (218,227,216). Sum of RGB (Red+Green+Blue) = 218+227+216=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3D8 is #251C27. Grayscale: #DFDFDF. Windows color (decimal): -2432040 or 14214106. OLE color: 14214106.
HSL color Cylindrical-coordinate representation of color #DAE3D8: hue angle of 109.09º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE3D8 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 216 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.11 |
| HSL | 109.09º | 0.16% | 0.87% | - |
| HSV(B) | 109.09º | 0.05% | 0.89% | - |
| XYZ | 68.78 | 74.8 | 75.78 | - |
| YUV | 223.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 216 | 0.04 | 0 | 0.05 | 0.11 | 109.09 | 0.16 | 0.87 |
| Hex | DA | E3 | D8 | 4 | 0 | 5 | B | 6D | 10 | 57 |
| Octal | 332 | 343 | 330 | 4 | 0 | 5 | 13 | 155 | 20 | 127 |
| Binary | 11011010 | 11100011 | 11011000 | 100 | 0 | 101 | 1011 | 1101101 | 10000 | 1010111 |
Color Harmonies of #DAE3D8
Complementary color
Monochromatic Colors of #DAE3D8
Black with #DAE3D8
Text Example
Text Example
White with #DAE3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3D8; }
p { color: rgb(218,227,216); }
H1.HeaderClassName
{
color: #DAE3D8;
}
.AnyTagClassName
{
color: #DAE3D8;
}
</style>
background-color css
<style>
a { background-color: #DAE3D8; }
a { background-color: rgb(218,227,216); }
div.DivClassName
{
background-color: #DAE3D8;
}
.BgClassName
{
background-color: #DAE3D8;
}
</style>
border-color css
<style>
span { border-color: #DAE3D8; }
span { border-color: rgb(218,227,216); }
td.TdClassName
{
border-color: #DAE3D8;
}
.TagClassName
{
border-color: #DAE3D8;
}
</style>