Shades of Off Green #DFEEE1
Tints of Off Green #DFEEE1
RGB
CMYK
RGB Variations
Color information
#DFEEE1 (or 0xDFEEE1) is known color: Off Green. HEX triplet: DF, EE and E1. RGB value is (223,238,225). Sum of RGB (Red+Green+Blue) = 223+238+225=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEE1 is #20111E. Grayscale: #E8E8E8. Windows color (decimal): -2101535 or 14806751. OLE color: 14806751.
HSL color Cylindrical-coordinate representation of color #DFEEE1: hue angle of 128º degrees, saturation: 0.31, 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 #DFEEE1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 225 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.07 |
| HSL | 128º | 0.31% | 0.9% | - |
| HSV(B) | 128º | 0.06% | 0.93% | - |
| XYZ | 74.6 | 82.27 | 83.18 | - |
| YUV | 232.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 225 | 0.06 | 0 | 0.05 | 0.07 | 128 | 0.31 | 0.9 |
| Hex | DF | EE | E1 | 6 | 0 | 5 | 7 | 80 | 1F | 5A |
| Octal | 337 | 356 | 341 | 6 | 0 | 5 | 7 | 200 | 37 | 132 |
| Binary | 11011111 | 11101110 | 11100001 | 110 | 0 | 101 | 111 | 10000000 | 11111 | 1011010 |
Color Harmonies of #DFEEE1
Complementary color
Monochromatic Colors of #DFEEE1
Black with #DFEEE1
Text Example
Text Example
White with #DFEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEE1; }
p { color: rgb(223,238,225); }
H1.HeaderClassName
{
color: #DFEEE1;
}
.AnyTagClassName
{
color: #DFEEE1;
}
</style>
background-color css
<style>
a { background-color: #DFEEE1; }
a { background-color: rgb(223,238,225); }
div.DivClassName
{
background-color: #DFEEE1;
}
.BgClassName
{
background-color: #DFEEE1;
}
</style>
border-color css
<style>
span { border-color: #DFEEE1; }
span { border-color: rgb(223,238,225); }
td.TdClassName
{
border-color: #DFEEE1;
}
.TagClassName
{
border-color: #DFEEE1;
}
</style>