Shades of Off Green #DFEEE2
Tints of Off Green #DFEEE2
RGB
CMYK
RGB Variations
Color information
#DFEEE2 (or 0xDFEEE2) is known color: Off Green. HEX triplet: DF, EE and E2. RGB value is (223,238,226). Sum of RGB (Red+Green+Blue) = 223+238+226=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEE2 is #20111D. Grayscale: #E8E8E8. Windows color (decimal): -2101534 or 14872287. OLE color: 14872287.
HSL color Cylindrical-coordinate representation of color #DFEEE2: hue angle of 132º 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 #DFEEE2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 226 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.07 |
| HSL | 132º | 0.31% | 0.9% | - |
| HSV(B) | 132º | 0.06% | 0.93% | - |
| XYZ | 74.73 | 82.33 | 83.9 | - |
| YUV | 232.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 226 | 0.06 | 0 | 0.05 | 0.07 | 132 | 0.31 | 0.9 |
| Hex | DF | EE | E2 | 6 | 0 | 5 | 7 | 84 | 1F | 5A |
| Octal | 337 | 356 | 342 | 6 | 0 | 5 | 7 | 204 | 37 | 132 |
| Binary | 11011111 | 11101110 | 11100010 | 110 | 0 | 101 | 111 | 10000100 | 11111 | 1011010 |
Color Harmonies of #DFEEE2
Complementary color
Monochromatic Colors of #DFEEE2
Black with #DFEEE2
Text Example
Text Example
White with #DFEEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEE2; }
p { color: rgb(223,238,226); }
H1.HeaderClassName
{
color: #DFEEE2;
}
.AnyTagClassName
{
color: #DFEEE2;
}
</style>
background-color css
<style>
a { background-color: #DFEEE2; }
a { background-color: rgb(223,238,226); }
div.DivClassName
{
background-color: #DFEEE2;
}
.BgClassName
{
background-color: #DFEEE2;
}
</style>
border-color css
<style>
span { border-color: #DFEEE2; }
span { border-color: rgb(223,238,226); }
td.TdClassName
{
border-color: #DFEEE2;
}
.TagClassName
{
border-color: #DFEEE2;
}
</style>