Shades of Hint Of Green #DDFCD1
Tints of Hint Of Green #DDFCD1
RGB
CMYK
RGB Variations
Color information
#DDFCD1 (or 0xDDFCD1) is known color: Hint Of Green. HEX triplet: DD, FC and D1. RGB value is (221,252,209). Sum of RGB (Red+Green+Blue) = 221+252+209=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCD1 is #22032E. Grayscale: #EDEDED. Windows color (decimal): -2229039 or 13761757. OLE color: 13761757.
HSL color Cylindrical-coordinate representation of color #DDFCD1: hue angle of 103.26º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDFCD1 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 209 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.01 |
| HSL | 103.26º | 0.88% | 0.9% | - |
| HSV(B) | 103.26º | 0.17% | 0.99% | - |
| XYZ | 76.14 | 89.6 | 73.6 | - |
| YUV | 237.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 209 | 0.12 | 0 | 0.17 | 0.01 | 103.26 | 0.88 | 0.9 |
| Hex | DD | FC | D1 | C | 0 | 11 | 1 | 67 | 58 | 5A |
| Octal | 335 | 374 | 321 | 14 | 0 | 21 | 1 | 147 | 130 | 132 |
| Binary | 11011101 | 11111100 | 11010001 | 1100 | 0 | 10001 | 1 | 1100111 | 1011000 | 1011010 |
Color Harmonies of #DDFCD1
Complementary color
Monochromatic Colors of #DDFCD1
Black with #DDFCD1
Text Example
Text Example
White with #DDFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCD1; }
p { color: rgb(221,252,209); }
H1.HeaderClassName
{
color: #DDFCD1;
}
.AnyTagClassName
{
color: #DDFCD1;
}
</style>
background-color css
<style>
a { background-color: #DDFCD1; }
a { background-color: rgb(221,252,209); }
div.DivClassName
{
background-color: #DDFCD1;
}
.BgClassName
{
background-color: #DDFCD1;
}
</style>
border-color css
<style>
span { border-color: #DDFCD1; }
span { border-color: rgb(221,252,209); }
td.TdClassName
{
border-color: #DDFCD1;
}
.TagClassName
{
border-color: #DDFCD1;
}
</style>