Shades of Hint Of Green #DDFECC
Tints of Hint Of Green #DDFECC
RGB
CMYK
RGB Variations
Color information
#DDFECC (or 0xDDFECC) is known color: Hint Of Green. HEX triplet: DD, FE and CC. RGB value is (221,254,204). Sum of RGB (Red+Green+Blue) = 221+254+204=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFECC is #220133. Grayscale: #EEEEEE. Windows color (decimal): -2228532 or 13434589. OLE color: 13434589.
HSL color Cylindrical-coordinate representation of color #DDFECC: hue angle of 99.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDFECC is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 204 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.00 |
| HSL | 99.6º | 0.96% | 0.9% | - |
| HSV(B) | 99.6º | 0.2% | 1% | - |
| XYZ | 76.16 | 90.62 | 70.6 | - |
| YUV | 238.43 | 108.57 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 204 | 0.13 | 0 | 0.20 | 0.00 | 99.6 | 0.96 | 0.9 |
| Hex | DD | FE | CC | D | 0 | 14 | 0 | 64 | 60 | 5A |
| Octal | 335 | 376 | 314 | 15 | 0 | 24 | 0 | 144 | 140 | 132 |
| Binary | 11011101 | 11111110 | 11001100 | 1101 | 0 | 10100 | 0 | 1100100 | 1100000 | 1011010 |
Color Harmonies of #DDFECC
Complementary color
Monochromatic Colors of #DDFECC
Black with #DDFECC
Text Example
Text Example
White with #DDFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFECC; }
p { color: rgb(221,254,204); }
H1.HeaderClassName
{
color: #DDFECC;
}
.AnyTagClassName
{
color: #DDFECC;
}
</style>
background-color css
<style>
a { background-color: #DDFECC; }
a { background-color: rgb(221,254,204); }
div.DivClassName
{
background-color: #DDFECC;
}
.BgClassName
{
background-color: #DDFECC;
}
</style>
border-color css
<style>
span { border-color: #DDFECC; }
span { border-color: rgb(221,254,204); }
td.TdClassName
{
border-color: #DDFECC;
}
.TagClassName
{
border-color: #DDFECC;
}
</style>