Shades of Off Green #DDECE0
Tints of Off Green #DDECE0
RGB
CMYK
RGB Variations
Color information
#DDECE0 (or 0xDDECE0) is known color: Off Green. HEX triplet: DD, EC and E0. RGB value is (221,236,224). Sum of RGB (Red+Green+Blue) = 221+236+224=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECE0 is #22131F. Grayscale: #E6E6E6. Windows color (decimal): -2233120 or 14740701. OLE color: 14740701.
HSL color Cylindrical-coordinate representation of color #DDECE0: hue angle of 132º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECE0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 224 | - |
CMYK | 0.06 | 0 | 0.05 | 0.07 |
HSL | 132º | 0.28% | 0.9% | - |
HSV(B) | 132º | 0.06% | 0.93% | - |
XYZ | 73.27 | 80.74 | 82.24 | - |
YUV | 230.15 | 124.53 | 121.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 224 | 0.06 | 0 | 0.05 | 0.07 | 132 | 0.28 | 0.9 |
Hex | DD | EC | E0 | 6 | 0 | 5 | 7 | 84 | 1C | 5A |
Octal | 335 | 354 | 340 | 6 | 0 | 5 | 7 | 204 | 34 | 132 |
Binary | 11011101 | 11101100 | 11100000 | 110 | 0 | 101 | 111 | 10000100 | 11100 | 1011010 |
Color Harmonies of #DDECE0
Complementary color
Monochromatic Colors of #DDECE0
Black with #DDECE0
Text Example
Text Example
White with #DDECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECE0; }
p { color: rgb(221,236,224); }
H1.HeaderClassName
{
color: #DDECE0;
}
.AnyTagClassName
{
color: #DDECE0;
}
</style>
background-color css
<style>
a { background-color: #DDECE0; }
a { background-color: rgb(221,236,224); }
div.DivClassName
{
background-color: #DDECE0;
}
.BgClassName
{
background-color: #DDECE0;
}
</style>
border-color css
<style>
span { border-color: #DDECE0; }
span { border-color: rgb(221,236,224); }
td.TdClassName
{
border-color: #DDECE0;
}
.TagClassName
{
border-color: #DDECE0;
}
</style>