Shades of Hint Of Green #DDECD8
Tints of Hint Of Green #DDECD8
RGB
CMYK
RGB Variations
Color information
#DDECD8 (or 0xDDECD8) is known color: Hint Of Green. HEX triplet: DD, EC and D8. RGB value is (221,236,216). Sum of RGB (Red+Green+Blue) = 221+236+216=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECD8 is #221327. Grayscale: #E5E5E5. Windows color (decimal): -2233128 or 14216413. OLE color: 14216413.
HSL color Cylindrical-coordinate representation of color #DDECD8: hue angle of 105º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDECD8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 216 | - |
CMYK | 0.06 | 0 | 0.08 | 0.07 |
HSL | 105º | 0.34% | 0.89% | - |
HSV(B) | 105º | 0.08% | 0.93% | - |
XYZ | 72.21 | 80.32 | 76.66 | - |
YUV | 229.24 | 120.53 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 216 | 0.06 | 0 | 0.08 | 0.07 | 105 | 0.34 | 0.89 |
Hex | DD | EC | D8 | 6 | 0 | 8 | 7 | 69 | 22 | 59 |
Octal | 335 | 354 | 330 | 6 | 0 | 10 | 7 | 151 | 42 | 131 |
Binary | 11011101 | 11101100 | 11011000 | 110 | 0 | 1000 | 111 | 1101001 | 100010 | 1011001 |
Color Harmonies of #DDECD8
Complementary color
Monochromatic Colors of #DDECD8
Black with #DDECD8
Text Example
Text Example
White with #DDECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECD8; }
p { color: rgb(221,236,216); }
H1.HeaderClassName
{
color: #DDECD8;
}
.AnyTagClassName
{
color: #DDECD8;
}
</style>
background-color css
<style>
a { background-color: #DDECD8; }
a { background-color: rgb(221,236,216); }
div.DivClassName
{
background-color: #DDECD8;
}
.BgClassName
{
background-color: #DDECD8;
}
</style>
border-color css
<style>
span { border-color: #DDECD8; }
span { border-color: rgb(221,236,216); }
td.TdClassName
{
border-color: #DDECD8;
}
.TagClassName
{
border-color: #DDECD8;
}
</style>