Shades of Off Green #DCECDF
Tints of Off Green #DCECDF
RGB
CMYK
RGB Variations
Color information
#DCECDF (or 0xDCECDF) is known color: Off Green. HEX triplet: DC, EC and DF. RGB value is (220,236,223). Sum of RGB (Red+Green+Blue) = 220+236+223=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECDF is #231320. Grayscale: #E5E5E5. Windows color (decimal): -2298657 or 14675164. OLE color: 14675164.
HSL color Cylindrical-coordinate representation of color #DCECDF: hue angle of 131.25º 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 #DCECDF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 223 | - |
CMYK | 0.07 | 0 | 0.06 | 0.07 |
HSL | 131.25º | 0.3% | 0.89% | - |
HSV(B) | 131.25º | 0.07% | 0.93% | - |
XYZ | 72.83 | 80.53 | 81.52 | - |
YUV | 229.73 | 124.2 | 121.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 223 | 0.07 | 0 | 0.06 | 0.07 | 131.25 | 0.3 | 0.89 |
Hex | DC | EC | DF | 7 | 0 | 6 | 7 | 83 | 1E | 59 |
Octal | 334 | 354 | 337 | 7 | 0 | 6 | 7 | 203 | 36 | 131 |
Binary | 11011100 | 11101100 | 11011111 | 111 | 0 | 110 | 111 | 10000011 | 11110 | 1011001 |
Color Harmonies of #DCECDF
Complementary color
Monochromatic Colors of #DCECDF
Black with #DCECDF
Text Example
Text Example
White with #DCECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECDF; }
p { color: rgb(220,236,223); }
H1.HeaderClassName
{
color: #DCECDF;
}
.AnyTagClassName
{
color: #DCECDF;
}
</style>
background-color css
<style>
a { background-color: #DCECDF; }
a { background-color: rgb(220,236,223); }
div.DivClassName
{
background-color: #DCECDF;
}
.BgClassName
{
background-color: #DCECDF;
}
</style>
border-color css
<style>
span { border-color: #DCECDF; }
span { border-color: rgb(220,236,223); }
td.TdClassName
{
border-color: #DCECDF;
}
.TagClassName
{
border-color: #DCECDF;
}
</style>