Shades of Hint Of Green #DDEFD7
Tints of Hint Of Green #DDEFD7
RGB
CMYK
RGB Variations
Color information
#DDEFD7 (or 0xDDEFD7) is known color: Hint Of Green. HEX triplet: DD, EF and D7. RGB value is (221,239,215). Sum of RGB (Red+Green+Blue) = 221+239+215=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD7 is #221028. Grayscale: #E6E6E6. Windows color (decimal): -2232361 or 14151645. OLE color: 14151645.
HSL color Cylindrical-coordinate representation of color #DDEFD7: hue angle of 105º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEFD7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 215 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.06 |
| HSL | 105º | 0.43% | 0.89% | - |
| HSV(B) | 105º | 0.1% | 0.94% | - |
| XYZ | 72.95 | 82.01 | 76.27 | - |
| YUV | 230.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 215 | 0.08 | 0 | 0.10 | 0.06 | 105 | 0.43 | 0.89 |
| Hex | DD | EF | D7 | 8 | 0 | A | 6 | 69 | 2B | 59 |
| Octal | 335 | 357 | 327 | 10 | 0 | 12 | 6 | 151 | 53 | 131 |
| Binary | 11011101 | 11101111 | 11010111 | 1000 | 0 | 1010 | 110 | 1101001 | 101011 | 1011001 |
Color Harmonies of #DDEFD7
Complementary color
Monochromatic Colors of #DDEFD7
Black with #DDEFD7
Text Example
Text Example
White with #DDEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD7; }
p { color: rgb(221,239,215); }
H1.HeaderClassName
{
color: #DDEFD7;
}
.AnyTagClassName
{
color: #DDEFD7;
}
</style>
background-color css
<style>
a { background-color: #DDEFD7; }
a { background-color: rgb(221,239,215); }
div.DivClassName
{
background-color: #DDEFD7;
}
.BgClassName
{
background-color: #DDEFD7;
}
</style>
border-color css
<style>
span { border-color: #DDEFD7; }
span { border-color: rgb(221,239,215); }
td.TdClassName
{
border-color: #DDEFD7;
}
.TagClassName
{
border-color: #DDEFD7;
}
</style>