Shades of Hint Of Green #DDF7CE
Tints of Hint Of Green #DDF7CE
RGB
CMYK
RGB Variations
Color information
#DDF7CE (or 0xDDF7CE) is known color: Hint Of Green. HEX triplet: DD, F7 and CE. RGB value is (221,247,206). Sum of RGB (Red+Green+Blue) = 221+247+206=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7CE is #220831. Grayscale: #EAEAEA. Windows color (decimal): -2230322 or 13563869. OLE color: 13563869.
HSL color Cylindrical-coordinate representation of color #DDF7CE: hue angle of 98.05º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDF7CE is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 206 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.03 |
| HSL | 98.05º | 0.72% | 0.89% | - |
| HSV(B) | 98.05º | 0.17% | 0.97% | - |
| XYZ | 74.22 | 86.35 | 71.15 | - |
| YUV | 234.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 206 | 0.11 | 0 | 0.17 | 0.03 | 98.05 | 0.72 | 0.89 |
| Hex | DD | F7 | CE | B | 0 | 11 | 3 | 62 | 48 | 59 |
| Octal | 335 | 367 | 316 | 13 | 0 | 21 | 3 | 142 | 110 | 131 |
| Binary | 11011101 | 11110111 | 11001110 | 1011 | 0 | 10001 | 11 | 1100010 | 1001000 | 1011001 |
Color Harmonies of #DDF7CE
Complementary color
Monochromatic Colors of #DDF7CE
Black with #DDF7CE
Text Example
Text Example
White with #DDF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF7CE; }
p { color: rgb(221,247,206); }
H1.HeaderClassName
{
color: #DDF7CE;
}
.AnyTagClassName
{
color: #DDF7CE;
}
</style>
background-color css
<style>
a { background-color: #DDF7CE; }
a { background-color: rgb(221,247,206); }
div.DivClassName
{
background-color: #DDF7CE;
}
.BgClassName
{
background-color: #DDF7CE;
}
</style>
border-color css
<style>
span { border-color: #DDF7CE; }
span { border-color: rgb(221,247,206); }
td.TdClassName
{
border-color: #DDF7CE;
}
.TagClassName
{
border-color: #DDF7CE;
}
</style>