Shades of Hint Of Green #DDF5CD
Tints of Hint Of Green #DDF5CD
RGB
CMYK
RGB Variations
Color information
#DDF5CD (or 0xDDF5CD) is known color: Hint Of Green. HEX triplet: DD, F5 and CD. RGB value is (221,245,205). Sum of RGB (Red+Green+Blue) = 221+245+205=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5CD is #220A32. Grayscale: #E9E9E9. Windows color (decimal): -2230835 or 13497821. OLE color: 13497821.
HSL color Cylindrical-coordinate representation of color #DDF5CD: hue angle of 96º degrees, saturation: 0.67, 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 #DDF5CD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 245 | 205 | - |
CMYK | 0.10 | 0 | 0.16 | 0.04 |
HSL | 96º | 0.67% | 0.88% | - |
HSV(B) | 96º | 0.16% | 0.96% | - |
XYZ | 73.49 | 85.08 | 70.31 | - |
YUV | 233.26 | 112.05 | 119.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 245 | 205 | 0.10 | 0 | 0.16 | 0.04 | 96 | 0.67 | 0.88 |
Hex | DD | F5 | CD | A | 0 | 10 | 4 | 60 | 43 | 58 |
Octal | 335 | 365 | 315 | 12 | 0 | 20 | 4 | 140 | 103 | 130 |
Binary | 11011101 | 11110101 | 11001101 | 1010 | 0 | 10000 | 100 | 1100000 | 1000011 | 1011000 |
Color Harmonies of #DDF5CD
Complementary color
Monochromatic Colors of #DDF5CD
Black with #DDF5CD
Text Example
Text Example
White with #DDF5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF5CD; }
p { color: rgb(221,245,205); }
H1.HeaderClassName
{
color: #DDF5CD;
}
.AnyTagClassName
{
color: #DDF5CD;
}
</style>
background-color css
<style>
a { background-color: #DDF5CD; }
a { background-color: rgb(221,245,205); }
div.DivClassName
{
background-color: #DDF5CD;
}
.BgClassName
{
background-color: #DDF5CD;
}
</style>
border-color css
<style>
span { border-color: #DDF5CD; }
span { border-color: rgb(221,245,205); }
td.TdClassName
{
border-color: #DDF5CD;
}
.TagClassName
{
border-color: #DDF5CD;
}
</style>