Shades of Hint Of Green #DDEFD1
Tints of Hint Of Green #DDEFD1
RGB
CMYK
RGB Variations
Color information
#DDEFD1 (or 0xDDEFD1) is known color: Hint Of Green. HEX triplet: DD, EF and D1. RGB value is (221,239,209). Sum of RGB (Red+Green+Blue) = 221+239+209=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD1 is #22102E. Grayscale: #E6E6E6. Windows color (decimal): -2232367 or 13758429. OLE color: 13758429.
HSL color Cylindrical-coordinate representation of color #DDEFD1: hue angle of 96º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEFD1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 209 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.06 |
| HSL | 96º | 0.48% | 0.88% | - |
| HSV(B) | 96º | 0.13% | 0.94% | - |
| XYZ | 72.19 | 81.71 | 72.29 | - |
| YUV | 230.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 209 | 0.08 | 0 | 0.13 | 0.06 | 96 | 0.48 | 0.88 |
| Hex | DD | EF | D1 | 8 | 0 | D | 6 | 60 | 30 | 58 |
| Octal | 335 | 357 | 321 | 10 | 0 | 15 | 6 | 140 | 60 | 130 |
| Binary | 11011101 | 11101111 | 11010001 | 1000 | 0 | 1101 | 110 | 1100000 | 110000 | 1011000 |
Color Harmonies of #DDEFD1
Complementary color
Monochromatic Colors of #DDEFD1
Black with #DDEFD1
Text Example
Text Example
White with #DDEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD1; }
p { color: rgb(221,239,209); }
H1.HeaderClassName
{
color: #DDEFD1;
}
.AnyTagClassName
{
color: #DDEFD1;
}
</style>
background-color css
<style>
a { background-color: #DDEFD1; }
a { background-color: rgb(221,239,209); }
div.DivClassName
{
background-color: #DDEFD1;
}
.BgClassName
{
background-color: #DDEFD1;
}
</style>
border-color css
<style>
span { border-color: #DDEFD1; }
span { border-color: rgb(221,239,209); }
td.TdClassName
{
border-color: #DDEFD1;
}
.TagClassName
{
border-color: #DDEFD1;
}
</style>