Shades of Hint Of Green #DDECD5
Tints of Hint Of Green #DDECD5
RGB
CMYK
RGB Variations
Color information
#DDECD5 (or 0xDDECD5) is known color: Hint Of Green. HEX triplet: DD, EC and D5. RGB value is (221,236,213). Sum of RGB (Red+Green+Blue) = 221+236+213=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD5 is #22132A. Grayscale: #E4E4E4. Windows color (decimal): -2233131 or 14019805. OLE color: 14019805.
HSL color Cylindrical-coordinate representation of color #DDECD5: hue angle of 99.13º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDECD5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 213 | - |
CMYK | 0.06 | 0 | 0.10 | 0.07 |
HSL | 99.13º | 0.38% | 0.88% | - |
HSV(B) | 99.13º | 0.1% | 0.93% | - |
XYZ | 71.82 | 80.17 | 74.64 | - |
YUV | 228.89 | 119.03 | 122.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 213 | 0.06 | 0 | 0.10 | 0.07 | 99.13 | 0.38 | 0.88 |
Hex | DD | EC | D5 | 6 | 0 | A | 7 | 63 | 26 | 58 |
Octal | 335 | 354 | 325 | 6 | 0 | 12 | 7 | 143 | 46 | 130 |
Binary | 11011101 | 11101100 | 11010101 | 110 | 0 | 1010 | 111 | 1100011 | 100110 | 1011000 |
Color Harmonies of #DDECD5
Complementary color
Monochromatic Colors of #DDECD5
Black with #DDECD5
Text Example
Text Example
White with #DDECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECD5; }
p { color: rgb(221,236,213); }
H1.HeaderClassName
{
color: #DDECD5;
}
.AnyTagClassName
{
color: #DDECD5;
}
</style>
background-color css
<style>
a { background-color: #DDECD5; }
a { background-color: rgb(221,236,213); }
div.DivClassName
{
background-color: #DDECD5;
}
.BgClassName
{
background-color: #DDECD5;
}
</style>
border-color css
<style>
span { border-color: #DDECD5; }
span { border-color: rgb(221,236,213); }
td.TdClassName
{
border-color: #DDECD5;
}
.TagClassName
{
border-color: #DDECD5;
}
</style>