Shades of Hint Of Green #DDEFD5
Tints of Hint Of Green #DDEFD5
RGB
CMYK
RGB Variations
Color information
#DDEFD5 (or 0xDDEFD5) is known color: Hint Of Green. HEX triplet: DD, EF and D5. RGB value is (221,239,213). Sum of RGB (Red+Green+Blue) = 221+239+213=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD5 is #22102A. Grayscale: #E6E6E6. Windows color (decimal): -2232363 or 14020573. OLE color: 14020573.
HSL color Cylindrical-coordinate representation of color #DDEFD5: hue angle of 101.54º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEFD5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 213 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.06 |
| HSL | 101.54º | 0.45% | 0.89% | - |
| HSV(B) | 101.54º | 0.11% | 0.94% | - |
| XYZ | 72.7 | 81.91 | 74.93 | - |
| YUV | 230.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 213 | 0.08 | 0 | 0.11 | 0.06 | 101.54 | 0.45 | 0.89 |
| Hex | DD | EF | D5 | 8 | 0 | B | 6 | 66 | 2D | 59 |
| Octal | 335 | 357 | 325 | 10 | 0 | 13 | 6 | 146 | 55 | 131 |
| Binary | 11011101 | 11101111 | 11010101 | 1000 | 0 | 1011 | 110 | 1100110 | 101101 | 1011001 |
Color Harmonies of #DDEFD5
Complementary color
Monochromatic Colors of #DDEFD5
Black with #DDEFD5
Text Example
Text Example
White with #DDEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD5; }
p { color: rgb(221,239,213); }
H1.HeaderClassName
{
color: #DDEFD5;
}
.AnyTagClassName
{
color: #DDEFD5;
}
</style>
background-color css
<style>
a { background-color: #DDEFD5; }
a { background-color: rgb(221,239,213); }
div.DivClassName
{
background-color: #DDEFD5;
}
.BgClassName
{
background-color: #DDEFD5;
}
</style>
border-color css
<style>
span { border-color: #DDEFD5; }
span { border-color: rgb(221,239,213); }
td.TdClassName
{
border-color: #DDEFD5;
}
.TagClassName
{
border-color: #DDEFD5;
}
</style>