Shades of Off Green #DFECE1
Tints of Off Green #DFECE1
RGB
CMYK
RGB Variations
Color information
#DFECE1 (or 0xDFECE1) is known color: Off Green. HEX triplet: DF, EC and E1. RGB value is (223,236,225). Sum of RGB (Red+Green+Blue) = 223+236+225=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 225 (88.28% from 255 or 32.89% from 684); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECE1 is #20131E. Grayscale: #E6E6E6. Windows color (decimal): -2102047 or 14806239. OLE color: 14806239.
HSL color Cylindrical-coordinate representation of color #DFECE1: hue angle of 129.23º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFECE1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 236 | 225 | - |
CMYK | 0.06 | 0 | 0.05 | 0.07 |
HSL | 129.23º | 0.25% | 0.9% | - |
HSV(B) | 129.23º | 0.06% | 0.93% | - |
XYZ | 74.02 | 81.12 | 82.99 | - |
YUV | 230.86 | 124.69 | 122.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 225 | 0.06 | 0 | 0.05 | 0.07 | 129.23 | 0.25 | 0.9 |
Hex | DF | EC | E1 | 6 | 0 | 5 | 7 | 81 | 19 | 5A |
Octal | 337 | 354 | 341 | 6 | 0 | 5 | 7 | 201 | 31 | 132 |
Binary | 11011111 | 11101100 | 11100001 | 110 | 0 | 101 | 111 | 10000001 | 11001 | 1011010 |
Color Harmonies of #DFECE1
Complementary color
Monochromatic Colors of #DFECE1
Black with #DFECE1
Text Example
Text Example
White with #DFECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECE1; }
p { color: rgb(223,236,225); }
H1.HeaderClassName
{
color: #DFECE1;
}
.AnyTagClassName
{
color: #DFECE1;
}
</style>
background-color css
<style>
a { background-color: #DFECE1; }
a { background-color: rgb(223,236,225); }
div.DivClassName
{
background-color: #DFECE1;
}
.BgClassName
{
background-color: #DFECE1;
}
</style>
border-color css
<style>
span { border-color: #DFECE1; }
span { border-color: rgb(223,236,225); }
td.TdClassName
{
border-color: #DFECE1;
}
.TagClassName
{
border-color: #DFECE1;
}
</style>