Shades of Hint Of Green #DDF2CC
Tints of Hint Of Green #DDF2CC
RGB
CMYK
RGB Variations
Color information
#DDF2CC (or 0xDDF2CC) is known color: Hint Of Green. HEX triplet: DD, F2 and CC. RGB value is (221,242,204). Sum of RGB (Red+Green+Blue) = 221+242+204=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2CC is #220D33. Grayscale: #E7E7E7. Windows color (decimal): -2231604 or 13431517. OLE color: 13431517.
HSL color Cylindrical-coordinate representation of color #DDF2CC: hue angle of 93.16º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF2CC is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 204 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.05 |
| HSL | 93.16º | 0.59% | 0.87% | - |
| HSV(B) | 93.16º | 0.16% | 0.95% | - |
| XYZ | 72.47 | 83.24 | 69.37 | - |
| YUV | 231.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 204 | 0.09 | 0 | 0.16 | 0.05 | 93.16 | 0.59 | 0.87 |
| Hex | DD | F2 | CC | 9 | 0 | 10 | 5 | 5D | 3B | 57 |
| Octal | 335 | 362 | 314 | 11 | 0 | 20 | 5 | 135 | 73 | 127 |
| Binary | 11011101 | 11110010 | 11001100 | 1001 | 0 | 10000 | 101 | 1011101 | 111011 | 1010111 |
Color Harmonies of #DDF2CC
Complementary color
Monochromatic Colors of #DDF2CC
Black with #DDF2CC
Text Example
Text Example
White with #DDF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2CC; }
p { color: rgb(221,242,204); }
H1.HeaderClassName
{
color: #DDF2CC;
}
.AnyTagClassName
{
color: #DDF2CC;
}
</style>
background-color css
<style>
a { background-color: #DDF2CC; }
a { background-color: rgb(221,242,204); }
div.DivClassName
{
background-color: #DDF2CC;
}
.BgClassName
{
background-color: #DDF2CC;
}
</style>
border-color css
<style>
span { border-color: #DDF2CC; }
span { border-color: rgb(221,242,204); }
td.TdClassName
{
border-color: #DDF2CC;
}
.TagClassName
{
border-color: #DDF2CC;
}
</style>