Shades of Hint Of Green #DEEDD5
Tints of Hint Of Green #DEEDD5
RGB
CMYK
RGB Variations
Color information
#DEEDD5 (or 0xDEEDD5) is known color: Hint Of Green. HEX triplet: DE, ED and D5. RGB value is (222,237,213). Sum of RGB (Red+Green+Blue) = 222+237+213=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDD5 is #21122A. Grayscale: #E5E5E5. Windows color (decimal): -2167339 or 14020062. OLE color: 14020062.
HSL color Cylindrical-coordinate representation of color #DEEDD5: hue angle of 97.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEDD5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 213 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.07 |
| HSL | 97.5º | 0.4% | 0.88% | - |
| HSV(B) | 97.5º | 0.1% | 0.93% | - |
| XYZ | 72.42 | 80.9 | 74.75 | - |
| YUV | 229.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 213 | 0.06 | 0 | 0.10 | 0.07 | 97.5 | 0.4 | 0.88 |
| Hex | DE | ED | D5 | 6 | 0 | A | 7 | 62 | 28 | 58 |
| Octal | 336 | 355 | 325 | 6 | 0 | 12 | 7 | 142 | 50 | 130 |
| Binary | 11011110 | 11101101 | 11010101 | 110 | 0 | 1010 | 111 | 1100010 | 101000 | 1011000 |
Color Harmonies of #DEEDD5
Complementary color
Monochromatic Colors of #DEEDD5
Black with #DEEDD5
Text Example
Text Example
White with #DEEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDD5; }
p { color: rgb(222,237,213); }
H1.HeaderClassName
{
color: #DEEDD5;
}
.AnyTagClassName
{
color: #DEEDD5;
}
</style>
background-color css
<style>
a { background-color: #DEEDD5; }
a { background-color: rgb(222,237,213); }
div.DivClassName
{
background-color: #DEEDD5;
}
.BgClassName
{
background-color: #DEEDD5;
}
</style>
border-color css
<style>
span { border-color: #DEEDD5; }
span { border-color: rgb(222,237,213); }
td.TdClassName
{
border-color: #DEEDD5;
}
.TagClassName
{
border-color: #DEEDD5;
}
</style>