Shades of Off Green #DCEDDF
Tints of Off Green #DCEDDF
RGB
CMYK
RGB Variations
Color information
#DCEDDF (or 0xDCEDDF) is known color: Off Green. HEX triplet: DC, ED and DF. RGB value is (220,237,223). Sum of RGB (Red+Green+Blue) = 220+237+223=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDDF is #231220. Grayscale: #E6E6E6. Windows color (decimal): -2298401 or 14675420. OLE color: 14675420.
HSL color Cylindrical-coordinate representation of color #DCEDDF: hue angle of 130.59º 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 #DCEDDF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 223 | - |
CMYK | 0.07 | 0 | 0.06 | 0.07 |
HSL | 130.59º | 0.32% | 0.9% | - |
HSV(B) | 130.59º | 0.07% | 0.93% | - |
XYZ | 73.12 | 81.11 | 81.61 | - |
YUV | 230.32 | 123.87 | 120.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 223 | 0.07 | 0 | 0.06 | 0.07 | 130.59 | 0.32 | 0.9 |
Hex | DC | ED | DF | 7 | 0 | 6 | 7 | 83 | 20 | 5A |
Octal | 334 | 355 | 337 | 7 | 0 | 6 | 7 | 203 | 40 | 132 |
Binary | 11011100 | 11101101 | 11011111 | 111 | 0 | 110 | 111 | 10000011 | 100000 | 1011010 |
Color Harmonies of #DCEDDF
Complementary color
Monochromatic Colors of #DCEDDF
Black with #DCEDDF
Text Example
Text Example
White with #DCEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDDF; }
p { color: rgb(220,237,223); }
H1.HeaderClassName
{
color: #DCEDDF;
}
.AnyTagClassName
{
color: #DCEDDF;
}
</style>
background-color css
<style>
a { background-color: #DCEDDF; }
a { background-color: rgb(220,237,223); }
div.DivClassName
{
background-color: #DCEDDF;
}
.BgClassName
{
background-color: #DCEDDF;
}
</style>
border-color css
<style>
span { border-color: #DCEDDF; }
span { border-color: rgb(220,237,223); }
td.TdClassName
{
border-color: #DCEDDF;
}
.TagClassName
{
border-color: #DCEDDF;
}
</style>