Shades of Off Green #DFEAE1
Tints of Off Green #DFEAE1
RGB
CMYK
RGB Variations
Color information
#DFEAE1 (or 0xDFEAE1) is known color: Off Green. HEX triplet: DF, EA and E1. RGB value is (223,234,225). Sum of RGB (Red+Green+Blue) = 223+234+225=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAE1 is #20151E. Grayscale: #E5E5E5. Windows color (decimal): -2102559 or 14805727. OLE color: 14805727.
HSL color Cylindrical-coordinate representation of color #DFEAE1: hue angle of 130.91º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEAE1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 225 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.08 |
| HSL | 130.91º | 0.21% | 0.9% | - |
| HSV(B) | 130.91º | 0.05% | 0.92% | - |
| XYZ | 73.44 | 79.97 | 82.8 | - |
| YUV | 229.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 225 | 0.05 | 0 | 0.04 | 0.08 | 130.91 | 0.21 | 0.9 |
| Hex | DF | EA | E1 | 5 | 0 | 4 | 8 | 83 | 15 | 5A |
| Octal | 337 | 352 | 341 | 5 | 0 | 4 | 10 | 203 | 25 | 132 |
| Binary | 11011111 | 11101010 | 11100001 | 101 | 0 | 100 | 1000 | 10000011 | 10101 | 1011010 |
Color Harmonies of #DFEAE1
Complementary color
Monochromatic Colors of #DFEAE1
Black with #DFEAE1
Text Example
Text Example
White with #DFEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAE1; }
p { color: rgb(223,234,225); }
H1.HeaderClassName
{
color: #DFEAE1;
}
.AnyTagClassName
{
color: #DFEAE1;
}
</style>
background-color css
<style>
a { background-color: #DFEAE1; }
a { background-color: rgb(223,234,225); }
div.DivClassName
{
background-color: #DFEAE1;
}
.BgClassName
{
background-color: #DFEAE1;
}
</style>
border-color css
<style>
span { border-color: #DFEAE1; }
span { border-color: rgb(223,234,225); }
td.TdClassName
{
border-color: #DFEAE1;
}
.TagClassName
{
border-color: #DFEAE1;
}
</style>