Shades of Off Green #DAEDDD
Tints of Off Green #DAEDDD
RGB
CMYK
RGB Variations
Color information
#DAEDDD (or 0xDAEDDD) is known color: Off Green. HEX triplet: DA, ED and DD. RGB value is (218,237,221). Sum of RGB (Red+Green+Blue) = 218+237+221=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDDD is #251222. Grayscale: #E5E5E5. Windows color (decimal): -2429475 or 14544346. OLE color: 14544346.
HSL color Cylindrical-coordinate representation of color #DAEDDD: hue angle of 129.47º degrees, saturation: 0.35, 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 #DAEDDD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 221 | - |
CMYK | 0.08 | 0 | 0.07 | 0.07 |
HSL | 129.47º | 0.35% | 0.89% | - |
HSV(B) | 129.47º | 0.08% | 0.93% | - |
XYZ | 72.25 | 80.69 | 80.17 | - |
YUV | 229.5 | 123.21 | 119.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 221 | 0.08 | 0 | 0.07 | 0.07 | 129.47 | 0.35 | 0.89 |
Hex | DA | ED | DD | 8 | 0 | 7 | 7 | 81 | 23 | 59 |
Octal | 332 | 355 | 335 | 10 | 0 | 7 | 7 | 201 | 43 | 131 |
Binary | 11011010 | 11101101 | 11011101 | 1000 | 0 | 111 | 111 | 10000001 | 100011 | 1011001 |
Color Harmonies of #DAEDDD
Complementary color
Monochromatic Colors of #DAEDDD
Black with #DAEDDD
Text Example
Text Example
White with #DAEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDDD; }
p { color: rgb(218,237,221); }
H1.HeaderClassName
{
color: #DAEDDD;
}
.AnyTagClassName
{
color: #DAEDDD;
}
</style>
background-color css
<style>
a { background-color: #DAEDDD; }
a { background-color: rgb(218,237,221); }
div.DivClassName
{
background-color: #DAEDDD;
}
.BgClassName
{
background-color: #DAEDDD;
}
</style>
border-color css
<style>
span { border-color: #DAEDDD; }
span { border-color: rgb(218,237,221); }
td.TdClassName
{
border-color: #DAEDDD;
}
.TagClassName
{
border-color: #DAEDDD;
}
</style>