Shades of Off Green #DEECE1
Tints of Off Green #DEECE1
RGB
CMYK
RGB Variations
Color information
#DEECE1 (or 0xDEECE1) is known color: Off Green. HEX triplet: DE, EC and E1. RGB value is (222,236,225). Sum of RGB (Red+Green+Blue) = 222+236+225=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECE1 is #21131E. Grayscale: #E6E6E6. Windows color (decimal): -2167583 or 14806238. OLE color: 14806238.
HSL color Cylindrical-coordinate representation of color #DEECE1: hue angle of 132.86º degrees, saturation: 0.27, 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 #DEECE1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 225 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.07 |
| HSL | 132.86º | 0.27% | 0.9% | - |
| HSV(B) | 132.86º | 0.06% | 0.93% | - |
| XYZ | 73.71 | 80.96 | 82.98 | - |
| YUV | 230.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 225 | 0.06 | 0 | 0.05 | 0.07 | 132.86 | 0.27 | 0.9 |
| Hex | DE | EC | E1 | 6 | 0 | 5 | 7 | 85 | 1B | 5A |
| Octal | 336 | 354 | 341 | 6 | 0 | 5 | 7 | 205 | 33 | 132 |
| Binary | 11011110 | 11101100 | 11100001 | 110 | 0 | 101 | 111 | 10000101 | 11011 | 1011010 |
Color Harmonies of #DEECE1
Complementary color
Monochromatic Colors of #DEECE1
Black with #DEECE1
Text Example
Text Example
White with #DEECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECE1; }
p { color: rgb(222,236,225); }
H1.HeaderClassName
{
color: #DEECE1;
}
.AnyTagClassName
{
color: #DEECE1;
}
</style>
background-color css
<style>
a { background-color: #DEECE1; }
a { background-color: rgb(222,236,225); }
div.DivClassName
{
background-color: #DEECE1;
}
.BgClassName
{
background-color: #DEECE1;
}
</style>
border-color css
<style>
span { border-color: #DEECE1; }
span { border-color: rgb(222,236,225); }
td.TdClassName
{
border-color: #DEECE1;
}
.TagClassName
{
border-color: #DEECE1;
}
</style>