Shades of Hint Of Green #DDEFD0
Tints of Hint Of Green #DDEFD0
RGB
CMYK
RGB Variations
Color information
#DDEFD0 (or 0xDDEFD0) is known color: Hint Of Green. HEX triplet: DD, EF and D0. RGB value is (221,239,208). Sum of RGB (Red+Green+Blue) = 221+239+208=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFD0 is #22102F. Grayscale: #E6E6E6. Windows color (decimal): -2232368 or 13692893. OLE color: 13692893.
HSL color Cylindrical-coordinate representation of color #DDEFD0: hue angle of 94.84º degrees, saturation: 0.49, 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 #DDEFD0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 208 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.06 |
| HSL | 94.84º | 0.49% | 0.88% | - |
| HSV(B) | 94.84º | 0.13% | 0.94% | - |
| XYZ | 72.07 | 81.66 | 71.64 | - |
| YUV | 230.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 208 | 0.08 | 0 | 0.13 | 0.06 | 94.84 | 0.49 | 0.88 |
| Hex | DD | EF | D0 | 8 | 0 | D | 6 | 5F | 31 | 58 |
| Octal | 335 | 357 | 320 | 10 | 0 | 15 | 6 | 137 | 61 | 130 |
| Binary | 11011101 | 11101111 | 11010000 | 1000 | 0 | 1101 | 110 | 1011111 | 110001 | 1011000 |
Color Harmonies of #DDEFD0
Complementary color
Monochromatic Colors of #DDEFD0
Black with #DDEFD0
Text Example
Text Example
White with #DDEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFD0; }
p { color: rgb(221,239,208); }
H1.HeaderClassName
{
color: #DDEFD0;
}
.AnyTagClassName
{
color: #DDEFD0;
}
</style>
background-color css
<style>
a { background-color: #DDEFD0; }
a { background-color: rgb(221,239,208); }
div.DivClassName
{
background-color: #DDEFD0;
}
.BgClassName
{
background-color: #DDEFD0;
}
</style>
border-color css
<style>
span { border-color: #DDEFD0; }
span { border-color: rgb(221,239,208); }
td.TdClassName
{
border-color: #DDEFD0;
}
.TagClassName
{
border-color: #DDEFD0;
}
</style>