Shades of Hint Of Green #DDF8CC
Tints of Hint Of Green #DDF8CC
RGB
CMYK
RGB Variations
Color information
#DDF8CC (or 0xDDF8CC) is known color: Hint Of Green. HEX triplet: DD, F8 and CC. RGB value is (221,248,204). Sum of RGB (Red+Green+Blue) = 221+248+204=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8CC is #220733. Grayscale: #EBEBEB. Windows color (decimal): -2230068 or 13433053. OLE color: 13433053.
HSL color Cylindrical-coordinate representation of color #DDF8CC: hue angle of 96.82º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDF8CC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 204 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.03 |
| HSL | 96.82º | 0.76% | 0.89% | - |
| HSV(B) | 96.82º | 0.18% | 0.97% | - |
| XYZ | 74.29 | 86.87 | 69.98 | - |
| YUV | 234.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 204 | 0.11 | 0 | 0.18 | 0.03 | 96.82 | 0.76 | 0.89 |
| Hex | DD | F8 | CC | B | 0 | 12 | 3 | 61 | 4C | 59 |
| Octal | 335 | 370 | 314 | 13 | 0 | 22 | 3 | 141 | 114 | 131 |
| Binary | 11011101 | 11111000 | 11001100 | 1011 | 0 | 10010 | 11 | 1100001 | 1001100 | 1011001 |
Color Harmonies of #DDF8CC
Complementary color
Monochromatic Colors of #DDF8CC
Black with #DDF8CC
Text Example
Text Example
White with #DDF8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF8CC; }
p { color: rgb(221,248,204); }
H1.HeaderClassName
{
color: #DDF8CC;
}
.AnyTagClassName
{
color: #DDF8CC;
}
</style>
background-color css
<style>
a { background-color: #DDF8CC; }
a { background-color: rgb(221,248,204); }
div.DivClassName
{
background-color: #DDF8CC;
}
.BgClassName
{
background-color: #DDF8CC;
}
</style>
border-color css
<style>
span { border-color: #DDF8CC; }
span { border-color: rgb(221,248,204); }
td.TdClassName
{
border-color: #DDF8CC;
}
.TagClassName
{
border-color: #DDF8CC;
}
</style>