Shades of Hint Of Green #DDFCD0
Tints of Hint Of Green #DDFCD0
RGB
CMYK
RGB Variations
Color information
#DDFCD0 (or 0xDDFCD0) is known color: Hint Of Green. HEX triplet: DD, FC and D0. RGB value is (221,252,208). Sum of RGB (Red+Green+Blue) = 221+252+208=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCD0 is #22032F. Grayscale: #EDEDED. Windows color (decimal): -2229040 or 13696221. OLE color: 13696221.
HSL color Cylindrical-coordinate representation of color #DDFCD0: hue angle of 102.27º 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 #DDFCD0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 208 | - |
CMYK | 0.12 | 0 | 0.17 | 0.01 |
HSL | 102.27º | 0.88% | 0.9% | - |
HSV(B) | 102.27º | 0.17% | 0.99% | - |
XYZ | 76.01 | 89.55 | 72.95 | - |
YUV | 237.72 | 111.23 | 116.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 208 | 0.12 | 0 | 0.17 | 0.01 | 102.27 | 0.88 | 0.9 |
Hex | DD | FC | D0 | C | 0 | 11 | 1 | 66 | 58 | 5A |
Octal | 335 | 374 | 320 | 14 | 0 | 21 | 1 | 146 | 130 | 132 |
Binary | 11011101 | 11111100 | 11010000 | 1100 | 0 | 10001 | 1 | 1100110 | 1011000 | 1011010 |
Color Harmonies of #DDFCD0
Complementary color
Monochromatic Colors of #DDFCD0
Black with #DDFCD0
Text Example
Text Example
White with #DDFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCD0; }
p { color: rgb(221,252,208); }
H1.HeaderClassName
{
color: #DDFCD0;
}
.AnyTagClassName
{
color: #DDFCD0;
}
</style>
background-color css
<style>
a { background-color: #DDFCD0; }
a { background-color: rgb(221,252,208); }
div.DivClassName
{
background-color: #DDFCD0;
}
.BgClassName
{
background-color: #DDFCD0;
}
</style>
border-color css
<style>
span { border-color: #DDFCD0; }
span { border-color: rgb(221,252,208); }
td.TdClassName
{
border-color: #DDFCD0;
}
.TagClassName
{
border-color: #DDFCD0;
}
</style>