Shades of Off Green #DCECDE
Tints of Off Green #DCECDE
RGB
CMYK
RGB Variations
Color information
#DCECDE (or 0xDCECDE) is known color: Off Green. HEX triplet: DC, EC and DE. RGB value is (220,236,222). Sum of RGB (Red+Green+Blue) = 220+236+222=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECDE is #231321. Grayscale: #E5E5E5. Windows color (decimal): -2298658 or 14609628. OLE color: 14609628.
HSL color Cylindrical-coordinate representation of color #DCECDE: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCECDE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 222 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.07 |
| HSL | 127.5º | 0.3% | 0.89% | - |
| HSV(B) | 127.5º | 0.07% | 0.93% | - |
| XYZ | 72.7 | 80.48 | 80.81 | - |
| YUV | 229.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 222 | 0.07 | 0 | 0.06 | 0.07 | 127.5 | 0.3 | 0.89 |
| Hex | DC | EC | DE | 7 | 0 | 6 | 7 | 80 | 1E | 59 |
| Octal | 334 | 354 | 336 | 7 | 0 | 6 | 7 | 200 | 36 | 131 |
| Binary | 11011100 | 11101100 | 11011110 | 111 | 0 | 110 | 111 | 10000000 | 11110 | 1011001 |
Color Harmonies of #DCECDE
Complementary color
Monochromatic Colors of #DCECDE
Black with #DCECDE
Text Example
Text Example
White with #DCECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECDE; }
p { color: rgb(220,236,222); }
H1.HeaderClassName
{
color: #DCECDE;
}
.AnyTagClassName
{
color: #DCECDE;
}
</style>
background-color css
<style>
a { background-color: #DCECDE; }
a { background-color: rgb(220,236,222); }
div.DivClassName
{
background-color: #DCECDE;
}
.BgClassName
{
background-color: #DCECDE;
}
</style>
border-color css
<style>
span { border-color: #DCECDE; }
span { border-color: rgb(220,236,222); }
td.TdClassName
{
border-color: #DCECDE;
}
.TagClassName
{
border-color: #DCECDE;
}
</style>