Shades of Hint Of Green #DDFDCC
Tints of Hint Of Green #DDFDCC
RGB
CMYK
RGB Variations
Color information
#DDFDCC (or 0xDDFDCC) is known color: Hint Of Green. HEX triplet: DD, FD and CC. RGB value is (221,253,204). Sum of RGB (Red+Green+Blue) = 221+253+204=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 204 (80.08% from 255 or 30.09% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDCC is #220233. Grayscale: #EEEEEE. Windows color (decimal): -2228788 or 13434333. OLE color: 13434333.
HSL color Cylindrical-coordinate representation of color #DDFDCC: hue angle of 99.18º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDFDCC is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 204 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.01 |
| HSL | 99.18º | 0.92% | 0.9% | - |
| HSV(B) | 99.18º | 0.19% | 0.99% | - |
| XYZ | 75.84 | 89.98 | 70.5 | - |
| YUV | 237.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 204 | 0.13 | 0 | 0.19 | 0.01 | 99.18 | 0.92 | 0.9 |
| Hex | DD | FD | CC | D | 0 | 13 | 1 | 63 | 5C | 5A |
| Octal | 335 | 375 | 314 | 15 | 0 | 23 | 1 | 143 | 134 | 132 |
| Binary | 11011101 | 11111101 | 11001100 | 1101 | 0 | 10011 | 1 | 1100011 | 1011100 | 1011010 |
Color Harmonies of #DDFDCC
Complementary color
Monochromatic Colors of #DDFDCC
Black with #DDFDCC
Text Example
Text Example
White with #DDFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFDCC; }
p { color: rgb(221,253,204); }
H1.HeaderClassName
{
color: #DDFDCC;
}
.AnyTagClassName
{
color: #DDFDCC;
}
</style>
background-color css
<style>
a { background-color: #DDFDCC; }
a { background-color: rgb(221,253,204); }
div.DivClassName
{
background-color: #DDFDCC;
}
.BgClassName
{
background-color: #DDFDCC;
}
</style>
border-color css
<style>
span { border-color: #DDFDCC; }
span { border-color: rgb(221,253,204); }
td.TdClassName
{
border-color: #DDFDCC;
}
.TagClassName
{
border-color: #DDFDCC;
}
</style>