Shades of Hint Of Green #DDFFCC
Tints of Hint Of Green #DDFFCC
RGB
CMYK
RGB Variations
Color information
#DDFFCC (or 0xDDFFCC) is known color: Hint Of Green. HEX triplet: DD, FF and CC. RGB value is (221,255,204). Sum of RGB (Red+Green+Blue) = 221+255+204=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFCC is #220033. Grayscale: #EFEFEF. Windows color (decimal): -2228276 or 13434845. OLE color: 13434845.
HSL color Cylindrical-coordinate representation of color #DDFFCC: hue angle of 100º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDFFCC is Cyan = 0.13, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 204 | - |
| CMYK | 0.13 | 0 | 0.2 | 0 |
| HSL | 100º | 1% | 0.9% | - |
| HSV(B) | 100º | 0.2% | 1% | - |
| XYZ | 76.48 | 91.25 | 70.71 | - |
| YUV | 239.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 204 | 0.13 | 0 | 0.2 | 0 | 100 | 1 | 0.9 |
| Hex | DD | FF | CC | D | 0 | 14 | 0 | 64 | 64 | 5A |
| Octal | 335 | 377 | 314 | 15 | 0 | 24 | 0 | 144 | 144 | 132 |
| Binary | 11011101 | 11111111 | 11001100 | 1101 | 0 | 10100 | 0 | 1100100 | 1100100 | 1011010 |
Color Harmonies of #DDFFCC
Complementary color
Monochromatic Colors of #DDFFCC
Black with #DDFFCC
Text Example
Text Example
White with #DDFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFCC; }
p { color: rgb(221,255,204); }
H1.HeaderClassName
{
color: #DDFFCC;
}
.AnyTagClassName
{
color: #DDFFCC;
}
</style>
background-color css
<style>
a { background-color: #DDFFCC; }
a { background-color: rgb(221,255,204); }
div.DivClassName
{
background-color: #DDFFCC;
}
.BgClassName
{
background-color: #DDFFCC;
}
</style>
border-color css
<style>
span { border-color: #DDFFCC; }
span { border-color: rgb(221,255,204); }
td.TdClassName
{
border-color: #DDFFCC;
}
.TagClassName
{
border-color: #DDFFCC;
}
</style>