Shades of Hint Of Green #DDEBD8
Tints of Hint Of Green #DDEBD8
RGB
CMYK
RGB Variations
Color information
#DDEBD8 (or 0xDDEBD8) is known color: Hint Of Green. HEX triplet: DD, EB and D8. RGB value is (221,235,216). Sum of RGB (Red+Green+Blue) = 221+235+216=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD8 is #221427. Grayscale: #E4E4E4. Windows color (decimal): -2233384 or 14216157. OLE color: 14216157.
HSL color Cylindrical-coordinate representation of color #DDEBD8: hue angle of 104.21º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEBD8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 235 | 216 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.08 |
| HSL | 104.21º | 0.32% | 0.88% | - |
| HSV(B) | 104.21º | 0.08% | 0.92% | - |
| XYZ | 71.92 | 79.75 | 76.57 | - |
| YUV | 228.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 216 | 0.06 | 0 | 0.08 | 0.08 | 104.21 | 0.32 | 0.88 |
| Hex | DD | EB | D8 | 6 | 0 | 8 | 8 | 68 | 20 | 58 |
| Octal | 335 | 353 | 330 | 6 | 0 | 10 | 10 | 150 | 40 | 130 |
| Binary | 11011101 | 11101011 | 11011000 | 110 | 0 | 1000 | 1000 | 1101000 | 100000 | 1011000 |
Color Harmonies of #DDEBD8
Complementary color
Monochromatic Colors of #DDEBD8
Black with #DDEBD8
Text Example
Text Example
White with #DDEBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBD8; }
p { color: rgb(221,235,216); }
H1.HeaderClassName
{
color: #DDEBD8;
}
.AnyTagClassName
{
color: #DDEBD8;
}
</style>
background-color css
<style>
a { background-color: #DDEBD8; }
a { background-color: rgb(221,235,216); }
div.DivClassName
{
background-color: #DDEBD8;
}
.BgClassName
{
background-color: #DDEBD8;
}
</style>
border-color css
<style>
span { border-color: #DDEBD8; }
span { border-color: rgb(221,235,216); }
td.TdClassName
{
border-color: #DDEBD8;
}
.TagClassName
{
border-color: #DDEBD8;
}
</style>