Shades of Hint Of Green #DDF4CE
Tints of Hint Of Green #DDF4CE
RGB
CMYK
RGB Variations
Color information
#DDF4CE (or 0xDDF4CE) is known color: Hint Of Green. HEX triplet: DD, F4 and CE. RGB value is (221,244,206). Sum of RGB (Red+Green+Blue) = 221+244+206=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4CE is #220B31. Grayscale: #E8E8E8. Windows color (decimal): -2231090 or 13563101. OLE color: 13563101.
HSL color Cylindrical-coordinate representation of color #DDF4CE: hue angle of 96.32º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDF4CE is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 206 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.04 |
| HSL | 96.32º | 0.63% | 0.88% | - |
| HSV(B) | 96.32º | 0.16% | 0.96% | - |
| XYZ | 73.31 | 84.53 | 70.84 | - |
| YUV | 232.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 206 | 0.09 | 0 | 0.16 | 0.04 | 96.32 | 0.63 | 0.88 |
| Hex | DD | F4 | CE | 9 | 0 | 10 | 4 | 60 | 3F | 58 |
| Octal | 335 | 364 | 316 | 11 | 0 | 20 | 4 | 140 | 77 | 130 |
| Binary | 11011101 | 11110100 | 11001110 | 1001 | 0 | 10000 | 100 | 1100000 | 111111 | 1011000 |
Color Harmonies of #DDF4CE
Complementary color
Monochromatic Colors of #DDF4CE
Black with #DDF4CE
Text Example
Text Example
White with #DDF4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4CE; }
p { color: rgb(221,244,206); }
H1.HeaderClassName
{
color: #DDF4CE;
}
.AnyTagClassName
{
color: #DDF4CE;
}
</style>
background-color css
<style>
a { background-color: #DDF4CE; }
a { background-color: rgb(221,244,206); }
div.DivClassName
{
background-color: #DDF4CE;
}
.BgClassName
{
background-color: #DDF4CE;
}
</style>
border-color css
<style>
span { border-color: #DDF4CE; }
span { border-color: rgb(221,244,206); }
td.TdClassName
{
border-color: #DDF4CE;
}
.TagClassName
{
border-color: #DDF4CE;
}
</style>