Shades of Hint Of Green #DDFCC7
Tints of Hint Of Green #DDFCC7
RGB
CMYK
RGB Variations
Color information
#DDFCC7 (or 0xDDFCC7) is known color: Hint Of Green. HEX triplet: DD, FC and C7. RGB value is (221,252,199). Sum of RGB (Red+Green+Blue) = 221+252+199=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 199 (78.12% from 255 or 29.61% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCC7 is #220338. Grayscale: #ECECEC. Windows color (decimal): -2229049 or 13106397. OLE color: 13106397.
HSL color Cylindrical-coordinate representation of color #DDFCC7: hue angle of 95.09º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDFCC7 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 199 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.01 |
| HSL | 95.09º | 0.9% | 0.88% | - |
| HSV(B) | 95.09º | 0.21% | 0.99% | - |
| XYZ | 74.94 | 89.12 | 67.28 | - |
| YUV | 236.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 199 | 0.12 | 0 | 0.21 | 0.01 | 95.09 | 0.9 | 0.88 |
| Hex | DD | FC | C7 | C | 0 | 15 | 1 | 5F | 5A | 58 |
| Octal | 335 | 374 | 307 | 14 | 0 | 25 | 1 | 137 | 132 | 130 |
| Binary | 11011101 | 11111100 | 11000111 | 1100 | 0 | 10101 | 1 | 1011111 | 1011010 | 1011000 |
Color Harmonies of #DDFCC7
Complementary color
Monochromatic Colors of #DDFCC7
Black with #DDFCC7
Text Example
Text Example
White with #DDFCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCC7; }
p { color: rgb(221,252,199); }
H1.HeaderClassName
{
color: #DDFCC7;
}
.AnyTagClassName
{
color: #DDFCC7;
}
</style>
background-color css
<style>
a { background-color: #DDFCC7; }
a { background-color: rgb(221,252,199); }
div.DivClassName
{
background-color: #DDFCC7;
}
.BgClassName
{
background-color: #DDFCC7;
}
</style>
border-color css
<style>
span { border-color: #DDFCC7; }
span { border-color: rgb(221,252,199); }
td.TdClassName
{
border-color: #DDFCC7;
}
.TagClassName
{
border-color: #DDFCC7;
}
</style>