Shades of Off Green #DAEEDE
Tints of Off Green #DAEEDE
RGB
CMYK
RGB Variations
Color information
#DAEEDE (or 0xDAEEDE) is known color: Off Green. HEX triplet: DA, EE and DE. RGB value is (218,238,222). Sum of RGB (Red+Green+Blue) = 218+238+222=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEDE is #251121. Grayscale: #E6E6E6. Windows color (decimal): -2429218 or 14610138. OLE color: 14610138.
HSL color Cylindrical-coordinate representation of color #DAEEDE: hue angle of 132º degrees, saturation: 0.37, 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 #DAEEDE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 222 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.07 |
| HSL | 132º | 0.37% | 0.89% | - |
| HSV(B) | 132º | 0.08% | 0.93% | - |
| XYZ | 72.67 | 81.33 | 80.97 | - |
| YUV | 230.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 222 | 0.08 | 0 | 0.07 | 0.07 | 132 | 0.37 | 0.89 |
| Hex | DA | EE | DE | 8 | 0 | 7 | 7 | 84 | 25 | 59 |
| Octal | 332 | 356 | 336 | 10 | 0 | 7 | 7 | 204 | 45 | 131 |
| Binary | 11011010 | 11101110 | 11011110 | 1000 | 0 | 111 | 111 | 10000100 | 100101 | 1011001 |
Color Harmonies of #DAEEDE
Complementary color
Monochromatic Colors of #DAEEDE
Black with #DAEEDE
Text Example
Text Example
White with #DAEEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEDE; }
p { color: rgb(218,238,222); }
H1.HeaderClassName
{
color: #DAEEDE;
}
.AnyTagClassName
{
color: #DAEEDE;
}
</style>
background-color css
<style>
a { background-color: #DAEEDE; }
a { background-color: rgb(218,238,222); }
div.DivClassName
{
background-color: #DAEEDE;
}
.BgClassName
{
background-color: #DAEEDE;
}
</style>
border-color css
<style>
span { border-color: #DAEEDE; }
span { border-color: rgb(218,238,222); }
td.TdClassName
{
border-color: #DAEEDE;
}
.TagClassName
{
border-color: #DAEEDE;
}
</style>