Shades of Hint Of Green #DDF5CE
Tints of Hint Of Green #DDF5CE
RGB
CMYK
RGB Variations
Color information
#DDF5CE (or 0xDDF5CE) is known color: Hint Of Green. HEX triplet: DD, F5 and CE. RGB value is (221,245,206). Sum of RGB (Red+Green+Blue) = 221+245+206=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5CE is #220A31. Grayscale: #E9E9E9. Windows color (decimal): -2230834 or 13563357. OLE color: 13563357.
HSL color Cylindrical-coordinate representation of color #DDF5CE: hue angle of 96.92º degrees, saturation: 0.66, 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 #DDF5CE is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 206 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.04 |
| HSL | 96.92º | 0.66% | 0.88% | - |
| HSV(B) | 96.92º | 0.16% | 0.96% | - |
| XYZ | 73.61 | 85.13 | 70.95 | - |
| YUV | 233.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 206 | 0.10 | 0 | 0.16 | 0.04 | 96.92 | 0.66 | 0.88 |
| Hex | DD | F5 | CE | A | 0 | 10 | 4 | 61 | 42 | 58 |
| Octal | 335 | 365 | 316 | 12 | 0 | 20 | 4 | 141 | 102 | 130 |
| Binary | 11011101 | 11110101 | 11001110 | 1010 | 0 | 10000 | 100 | 1100001 | 1000010 | 1011000 |
Color Harmonies of #DDF5CE
Complementary color
Monochromatic Colors of #DDF5CE
Black with #DDF5CE
Text Example
Text Example
White with #DDF5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5CE; }
p { color: rgb(221,245,206); }
H1.HeaderClassName
{
color: #DDF5CE;
}
.AnyTagClassName
{
color: #DDF5CE;
}
</style>
background-color css
<style>
a { background-color: #DDF5CE; }
a { background-color: rgb(221,245,206); }
div.DivClassName
{
background-color: #DDF5CE;
}
.BgClassName
{
background-color: #DDF5CE;
}
</style>
border-color css
<style>
span { border-color: #DDF5CE; }
span { border-color: rgb(221,245,206); }
td.TdClassName
{
border-color: #DDF5CE;
}
.TagClassName
{
border-color: #DDF5CE;
}
</style>