Shades of Off Green #DCEFDF
Tints of Off Green #DCEFDF
RGB
CMYK
RGB Variations
Color information
#DCEFDF (or 0xDCEFDF) is known color: Off Green. HEX triplet: DC, EF and DF. RGB value is (220,239,223). Sum of RGB (Red+Green+Blue) = 220+239+223=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFDF is #231020. Grayscale: #E7E7E7. Windows color (decimal): -2297889 or 14675932. OLE color: 14675932.
HSL color Cylindrical-coordinate representation of color #DCEFDF: hue angle of 129.47º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFDF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 239 | 223 | - |
CMYK | 0.08 | 0 | 0.07 | 0.06 |
HSL | 129.47º | 0.37% | 0.9% | - |
HSV(B) | 129.47º | 0.08% | 0.94% | - |
XYZ | 73.7 | 82.28 | 81.81 | - |
YUV | 231.5 | 123.21 | 119.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 223 | 0.08 | 0 | 0.07 | 0.06 | 129.47 | 0.37 | 0.9 |
Hex | DC | EF | DF | 8 | 0 | 7 | 6 | 81 | 25 | 5A |
Octal | 334 | 357 | 337 | 10 | 0 | 7 | 6 | 201 | 45 | 132 |
Binary | 11011100 | 11101111 | 11011111 | 1000 | 0 | 111 | 110 | 10000001 | 100101 | 1011010 |
Color Harmonies of #DCEFDF
Complementary color
Monochromatic Colors of #DCEFDF
Black with #DCEFDF
Text Example
Text Example
White with #DCEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFDF; }
p { color: rgb(220,239,223); }
H1.HeaderClassName
{
color: #DCEFDF;
}
.AnyTagClassName
{
color: #DCEFDF;
}
</style>
background-color css
<style>
a { background-color: #DCEFDF; }
a { background-color: rgb(220,239,223); }
div.DivClassName
{
background-color: #DCEFDF;
}
.BgClassName
{
background-color: #DCEFDF;
}
</style>
border-color css
<style>
span { border-color: #DCEFDF; }
span { border-color: rgb(220,239,223); }
td.TdClassName
{
border-color: #DCEFDF;
}
.TagClassName
{
border-color: #DCEFDF;
}
</style>