Shades of Hint Of Green #DDECD7
Tints of Hint Of Green #DDECD7
RGB
CMYK
RGB Variations
Color information
#DDECD7 (or 0xDDECD7) is known color: Hint Of Green. HEX triplet: DD, EC and D7. RGB value is (221,236,215). Sum of RGB (Red+Green+Blue) = 221+236+215=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD7 is #221328. Grayscale: #E5E5E5. Windows color (decimal): -2233129 or 14150877. OLE color: 14150877.
HSL color Cylindrical-coordinate representation of color #DDECD7: hue angle of 102.86º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDECD7 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 215 | - |
CMYK | 0.06 | 0 | 0.09 | 0.07 |
HSL | 102.86º | 0.36% | 0.88% | - |
HSV(B) | 102.86º | 0.09% | 0.93% | - |
XYZ | 72.08 | 80.27 | 75.98 | - |
YUV | 229.12 | 120.03 | 122.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 215 | 0.06 | 0 | 0.09 | 0.07 | 102.86 | 0.36 | 0.88 |
Hex | DD | EC | D7 | 6 | 0 | 9 | 7 | 67 | 24 | 58 |
Octal | 335 | 354 | 327 | 6 | 0 | 11 | 7 | 147 | 44 | 130 |
Binary | 11011101 | 11101100 | 11010111 | 110 | 0 | 1001 | 111 | 1100111 | 100100 | 1011000 |
Color Harmonies of #DDECD7
Complementary color
Monochromatic Colors of #DDECD7
Black with #DDECD7
Text Example
Text Example
White with #DDECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECD7; }
p { color: rgb(221,236,215); }
H1.HeaderClassName
{
color: #DDECD7;
}
.AnyTagClassName
{
color: #DDECD7;
}
</style>
background-color css
<style>
a { background-color: #DDECD7; }
a { background-color: rgb(221,236,215); }
div.DivClassName
{
background-color: #DDECD7;
}
.BgClassName
{
background-color: #DDECD7;
}
</style>
border-color css
<style>
span { border-color: #DDECD7; }
span { border-color: rgb(221,236,215); }
td.TdClassName
{
border-color: #DDECD7;
}
.TagClassName
{
border-color: #DDECD7;
}
</style>