Shades of Off Green #DCEDDE
Tints of Off Green #DCEDDE
RGB
CMYK
RGB Variations
Color information
#DCEDDE (or 0xDCEDDE) is known color: Off Green. HEX triplet: DC, ED and DE. RGB value is (220,237,222). Sum of RGB (Red+Green+Blue) = 220+237+222=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDDE is #231221. Grayscale: #E6E6E6. Windows color (decimal): -2298402 or 14609884. OLE color: 14609884.
HSL color Cylindrical-coordinate representation of color #DCEDDE: hue angle of 127.06º 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 #DCEDDE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 222 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.07 |
| HSL | 127.06º | 0.32% | 0.9% | - |
| HSV(B) | 127.06º | 0.07% | 0.93% | - |
| XYZ | 72.98 | 81.06 | 80.91 | - |
| YUV | 230.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 222 | 0.07 | 0 | 0.06 | 0.07 | 127.06 | 0.32 | 0.9 |
| Hex | DC | ED | DE | 7 | 0 | 6 | 7 | 7F | 20 | 5A |
| Octal | 334 | 355 | 336 | 7 | 0 | 6 | 7 | 177 | 40 | 132 |
| Binary | 11011100 | 11101101 | 11011110 | 111 | 0 | 110 | 111 | 1111111 | 100000 | 1011010 |
Color Harmonies of #DCEDDE
Complementary color
Monochromatic Colors of #DCEDDE
Black with #DCEDDE
Text Example
Text Example
White with #DCEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDDE; }
p { color: rgb(220,237,222); }
H1.HeaderClassName
{
color: #DCEDDE;
}
.AnyTagClassName
{
color: #DCEDDE;
}
</style>
background-color css
<style>
a { background-color: #DCEDDE; }
a { background-color: rgb(220,237,222); }
div.DivClassName
{
background-color: #DCEDDE;
}
.BgClassName
{
background-color: #DCEDDE;
}
</style>
border-color css
<style>
span { border-color: #DCEDDE; }
span { border-color: rgb(220,237,222); }
td.TdClassName
{
border-color: #DCEDDE;
}
.TagClassName
{
border-color: #DCEDDE;
}
</style>