Shades of Hint Of Green #DDFCC8
Tints of Hint Of Green #DDFCC8
RGB
CMYK
RGB Variations
Color information
#DDFCC8 (or 0xDDFCC8) is known color: Hint Of Green. HEX triplet: DD, FC and C8. RGB value is (221,252,200). Sum of RGB (Red+Green+Blue) = 221+252+200=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCC8 is #220337. Grayscale: #ECECEC. Windows color (decimal): -2229048 or 13171933. OLE color: 13171933.
HSL color Cylindrical-coordinate representation of color #DDFCC8: hue angle of 95.77º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDFCC8 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 200 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.01 |
| HSL | 95.77º | 0.9% | 0.89% | - |
| HSV(B) | 95.77º | 0.21% | 0.99% | - |
| XYZ | 75.05 | 89.16 | 67.9 | - |
| YUV | 236.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 200 | 0.12 | 0 | 0.21 | 0.01 | 95.77 | 0.9 | 0.89 |
| Hex | DD | FC | C8 | C | 0 | 15 | 1 | 60 | 5A | 59 |
| Octal | 335 | 374 | 310 | 14 | 0 | 25 | 1 | 140 | 132 | 131 |
| Binary | 11011101 | 11111100 | 11001000 | 1100 | 0 | 10101 | 1 | 1100000 | 1011010 | 1011001 |
Color Harmonies of #DDFCC8
Complementary color
Monochromatic Colors of #DDFCC8
Black with #DDFCC8
Text Example
Text Example
White with #DDFCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCC8; }
p { color: rgb(221,252,200); }
H1.HeaderClassName
{
color: #DDFCC8;
}
.AnyTagClassName
{
color: #DDFCC8;
}
</style>
background-color css
<style>
a { background-color: #DDFCC8; }
a { background-color: rgb(221,252,200); }
div.DivClassName
{
background-color: #DDFCC8;
}
.BgClassName
{
background-color: #DDFCC8;
}
</style>
border-color css
<style>
span { border-color: #DDFCC8; }
span { border-color: rgb(221,252,200); }
td.TdClassName
{
border-color: #DDFCC8;
}
.TagClassName
{
border-color: #DDFCC8;
}
</style>