Shades of Off Green #DEEEE1
Tints of Off Green #DEEEE1
RGB
CMYK
RGB Variations
Color information
#DEEEE1 (or 0xDEEEE1) is known color: Off Green. HEX triplet: DE, EE and E1. RGB value is (222,238,225). Sum of RGB (Red+Green+Blue) = 222+238+225=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEEE1 is #21111E. Grayscale: #E7E7E7. Windows color (decimal): -2167071 or 14806750. OLE color: 14806750.
HSL color Cylindrical-coordinate representation of color #DEEEE1: hue angle of 131.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEEEE1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 225 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.07 |
| HSL | 131.25º | 0.32% | 0.9% | - |
| HSV(B) | 131.25º | 0.07% | 0.93% | - |
| XYZ | 74.29 | 82.11 | 83.17 | - |
| YUV | 231.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 225 | 0.07 | 0 | 0.05 | 0.07 | 131.25 | 0.32 | 0.9 |
| Hex | DE | EE | E1 | 7 | 0 | 5 | 7 | 83 | 20 | 5A |
| Octal | 336 | 356 | 341 | 7 | 0 | 5 | 7 | 203 | 40 | 132 |
| Binary | 11011110 | 11101110 | 11100001 | 111 | 0 | 101 | 111 | 10000011 | 100000 | 1011010 |
Color Harmonies of #DEEEE1
Complementary color
Monochromatic Colors of #DEEEE1
Black with #DEEEE1
Text Example
Text Example
White with #DEEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEE1; }
p { color: rgb(222,238,225); }
H1.HeaderClassName
{
color: #DEEEE1;
}
.AnyTagClassName
{
color: #DEEEE1;
}
</style>
background-color css
<style>
a { background-color: #DEEEE1; }
a { background-color: rgb(222,238,225); }
div.DivClassName
{
background-color: #DEEEE1;
}
.BgClassName
{
background-color: #DEEEE1;
}
</style>
border-color css
<style>
span { border-color: #DEEEE1; }
span { border-color: rgb(222,238,225); }
td.TdClassName
{
border-color: #DEEEE1;
}
.TagClassName
{
border-color: #DEEEE1;
}
</style>