Shades of Hint Of Green #DDEFD4
Tints of Hint Of Green #DDEFD4
RGB
CMYK
RGB Variations
Color information
#DDEFD4 (or 0xDDEFD4) is known color: Hint Of Green. HEX triplet: DD, EF and D4. RGB value is (221,239,212). Sum of RGB (Red+Green+Blue) = 221+239+212=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD4 is #22102B. Grayscale: #E6E6E6. Windows color (decimal): -2232364 or 13955037. OLE color: 13955037.
HSL color Cylindrical-coordinate representation of color #DDEFD4: hue angle of 100º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEFD4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 212 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.06 |
| HSL | 100º | 0.46% | 0.88% | - |
| HSV(B) | 100º | 0.11% | 0.94% | - |
| XYZ | 72.57 | 81.86 | 74.26 | - |
| YUV | 230.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 212 | 0.08 | 0 | 0.11 | 0.06 | 100 | 0.46 | 0.88 |
| Hex | DD | EF | D4 | 8 | 0 | B | 6 | 64 | 2E | 58 |
| Octal | 335 | 357 | 324 | 10 | 0 | 13 | 6 | 144 | 56 | 130 |
| Binary | 11011101 | 11101111 | 11010100 | 1000 | 0 | 1011 | 110 | 1100100 | 101110 | 1011000 |
Color Harmonies of #DDEFD4
Complementary color
Monochromatic Colors of #DDEFD4
Black with #DDEFD4
Text Example
Text Example
White with #DDEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD4; }
p { color: rgb(221,239,212); }
H1.HeaderClassName
{
color: #DDEFD4;
}
.AnyTagClassName
{
color: #DDEFD4;
}
</style>
background-color css
<style>
a { background-color: #DDEFD4; }
a { background-color: rgb(221,239,212); }
div.DivClassName
{
background-color: #DDEFD4;
}
.BgClassName
{
background-color: #DDEFD4;
}
</style>
border-color css
<style>
span { border-color: #DDEFD4; }
span { border-color: rgb(221,239,212); }
td.TdClassName
{
border-color: #DDEFD4;
}
.TagClassName
{
border-color: #DDEFD4;
}
</style>