Shades of Off Green #DAEEDD
Tints of Off Green #DAEEDD
RGB
CMYK
RGB Variations
Color information
#DAEEDD (or 0xDAEEDD) is known color: Off Green. HEX triplet: DA, EE and DD. RGB value is (218,238,221). Sum of RGB (Red+Green+Blue) = 218+238+221=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEDD is #251122. Grayscale: #E6E6E6. Windows color (decimal): -2429219 or 14544602. OLE color: 14544602.
HSL color Cylindrical-coordinate representation of color #DAEEDD: hue angle of 129º 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 #DAEEDD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 221 | - |
CMYK | 0.08 | 0 | 0.07 | 0.07 |
HSL | 129º | 0.37% | 0.89% | - |
HSV(B) | 129º | 0.08% | 0.93% | - |
XYZ | 72.54 | 81.27 | 80.27 | - |
YUV | 230.08 | 122.87 | 119.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 221 | 0.08 | 0 | 0.07 | 0.07 | 129 | 0.37 | 0.89 |
Hex | DA | EE | DD | 8 | 0 | 7 | 7 | 81 | 25 | 59 |
Octal | 332 | 356 | 335 | 10 | 0 | 7 | 7 | 201 | 45 | 131 |
Binary | 11011010 | 11101110 | 11011101 | 1000 | 0 | 111 | 111 | 10000001 | 100101 | 1011001 |
Color Harmonies of #DAEEDD
Complementary color
Monochromatic Colors of #DAEEDD
Black with #DAEEDD
Text Example
Text Example
White with #DAEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEDD; }
p { color: rgb(218,238,221); }
H1.HeaderClassName
{
color: #DAEEDD;
}
.AnyTagClassName
{
color: #DAEEDD;
}
</style>
background-color css
<style>
a { background-color: #DAEEDD; }
a { background-color: rgb(218,238,221); }
div.DivClassName
{
background-color: #DAEEDD;
}
.BgClassName
{
background-color: #DAEEDD;
}
</style>
border-color css
<style>
span { border-color: #DAEEDD; }
span { border-color: rgb(218,238,221); }
td.TdClassName
{
border-color: #DAEEDD;
}
.TagClassName
{
border-color: #DAEEDD;
}
</style>