Shades of Off Green #DAECDD
Tints of Off Green #DAECDD
RGB
CMYK
RGB Variations
Color information
#DAECDD (or 0xDAECDD) is known color: Off Green. HEX triplet: DA, EC and DD. RGB value is (218,236,221). Sum of RGB (Red+Green+Blue) = 218+236+221=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECDD is #251322. Grayscale: #E4E4E4. Windows color (decimal): -2429731 or 14544090. OLE color: 14544090.
HSL color Cylindrical-coordinate representation of color #DAECDD: hue angle of 130º degrees, saturation: 0.32, 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 #DAECDD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 236 | 221 | - |
CMYK | 0.08 | 0 | 0.06 | 0.07 |
HSL | 130º | 0.32% | 0.89% | - |
HSV(B) | 130º | 0.08% | 0.93% | - |
XYZ | 71.96 | 80.12 | 80.08 | - |
YUV | 228.91 | 123.54 | 120.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 221 | 0.08 | 0 | 0.06 | 0.07 | 130 | 0.32 | 0.89 |
Hex | DA | EC | DD | 8 | 0 | 6 | 7 | 82 | 20 | 59 |
Octal | 332 | 354 | 335 | 10 | 0 | 6 | 7 | 202 | 40 | 131 |
Binary | 11011010 | 11101100 | 11011101 | 1000 | 0 | 110 | 111 | 10000010 | 100000 | 1011001 |
Color Harmonies of #DAECDD
Complementary color
Monochromatic Colors of #DAECDD
Black with #DAECDD
Text Example
Text Example
White with #DAECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECDD; }
p { color: rgb(218,236,221); }
H1.HeaderClassName
{
color: #DAECDD;
}
.AnyTagClassName
{
color: #DAECDD;
}
</style>
background-color css
<style>
a { background-color: #DAECDD; }
a { background-color: rgb(218,236,221); }
div.DivClassName
{
background-color: #DAECDD;
}
.BgClassName
{
background-color: #DAECDD;
}
</style>
border-color css
<style>
span { border-color: #DAECDD; }
span { border-color: rgb(218,236,221); }
td.TdClassName
{
border-color: #DAECDD;
}
.TagClassName
{
border-color: #DAECDD;
}
</style>