Shades of Off Green #DEEBE1
Tints of Off Green #DEEBE1
RGB
CMYK
RGB Variations
Color information
#DEEBE1 (or 0xDEEBE1) is known color: Off Green. HEX triplet: DE, EB and E1. RGB value is (222,235,225). Sum of RGB (Red+Green+Blue) = 222+235+225=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBE1 is #21141E. Grayscale: #E6E6E6. Windows color (decimal): -2167839 or 14805982. OLE color: 14805982.
HSL color Cylindrical-coordinate representation of color #DEEBE1: hue angle of 133.85º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEEBE1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 225 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.08 |
| HSL | 133.85º | 0.25% | 0.9% | - |
| HSV(B) | 133.85º | 0.06% | 0.92% | - |
| XYZ | 73.42 | 80.38 | 82.88 | - |
| YUV | 229.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 225 | 0.06 | 0 | 0.04 | 0.08 | 133.85 | 0.25 | 0.9 |
| Hex | DE | EB | E1 | 6 | 0 | 4 | 8 | 86 | 19 | 5A |
| Octal | 336 | 353 | 341 | 6 | 0 | 4 | 10 | 206 | 31 | 132 |
| Binary | 11011110 | 11101011 | 11100001 | 110 | 0 | 100 | 1000 | 10000110 | 11001 | 1011010 |
Color Harmonies of #DEEBE1
Complementary color
Monochromatic Colors of #DEEBE1
Black with #DEEBE1
Text Example
Text Example
White with #DEEBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBE1; }
p { color: rgb(222,235,225); }
H1.HeaderClassName
{
color: #DEEBE1;
}
.AnyTagClassName
{
color: #DEEBE1;
}
</style>
background-color css
<style>
a { background-color: #DEEBE1; }
a { background-color: rgb(222,235,225); }
div.DivClassName
{
background-color: #DEEBE1;
}
.BgClassName
{
background-color: #DEEBE1;
}
</style>
border-color css
<style>
span { border-color: #DEEBE1; }
span { border-color: rgb(222,235,225); }
td.TdClassName
{
border-color: #DEEBE1;
}
.TagClassName
{
border-color: #DEEBE1;
}
</style>