Shades of Off Green #DCEDE0
Tints of Off Green #DCEDE0
RGB
CMYK
RGB Variations
Color information
#DCEDE0 (or 0xDCEDE0) is known color: Off Green. HEX triplet: DC, ED and E0. RGB value is (220,237,224). Sum of RGB (Red+Green+Blue) = 220+237+224=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE0 is #23121F. Grayscale: #E6E6E6. Windows color (decimal): -2298400 or 14740956. OLE color: 14740956.
HSL color Cylindrical-coordinate representation of color #DCEDE0: hue angle of 134.12º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEDE0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 224 | - |
CMYK | 0.07 | 0 | 0.05 | 0.07 |
HSL | 134.12º | 0.32% | 0.9% | - |
HSV(B) | 134.12º | 0.07% | 0.93% | - |
XYZ | 73.25 | 81.17 | 82.33 | - |
YUV | 230.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 224 | 0.07 | 0 | 0.05 | 0.07 | 134.12 | 0.32 | 0.9 |
Hex | DC | ED | E0 | 7 | 0 | 5 | 7 | 86 | 20 | 5A |
Octal | 334 | 355 | 340 | 7 | 0 | 5 | 7 | 206 | 40 | 132 |
Binary | 11011100 | 11101101 | 11100000 | 111 | 0 | 101 | 111 | 10000110 | 100000 | 1011010 |
Color Harmonies of #DCEDE0
Complementary color
Monochromatic Colors of #DCEDE0
Black with #DCEDE0
Text Example
Text Example
White with #DCEDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDE0; }
p { color: rgb(220,237,224); }
H1.HeaderClassName
{
color: #DCEDE0;
}
.AnyTagClassName
{
color: #DCEDE0;
}
</style>
background-color css
<style>
a { background-color: #DCEDE0; }
a { background-color: rgb(220,237,224); }
div.DivClassName
{
background-color: #DCEDE0;
}
.BgClassName
{
background-color: #DCEDE0;
}
</style>
border-color css
<style>
span { border-color: #DCEDE0; }
span { border-color: rgb(220,237,224); }
td.TdClassName
{
border-color: #DCEDE0;
}
.TagClassName
{
border-color: #DCEDE0;
}
</style>