Shades of Tara #DDECDD
Tints of Tara #DDECDD
RGB
CMYK
RGB Variations
Color information
#DDECDD (or 0xDDECDD) is known color: Tara. HEX triplet: DD, EC and DD. RGB value is (221,236,221). Sum of RGB (Red+Green+Blue) = 221+236+221=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECDD is #221322. Grayscale: #E5E5E5. Windows color (decimal): -2233123 or 14544093. OLE color: 14544093.
HSL color Cylindrical-coordinate representation of color #DDECDD: hue angle of 120º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECDD is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 221 | - |
CMYK | 0.06 | 0 | 0.06 | 0.07 |
HSL | 120º | 0.28% | 0.9% | - |
HSV(B) | 120º | 0.06% | 0.93% | - |
XYZ | 72.87 | 80.58 | 80.12 | - |
YUV | 229.81 | 123.03 | 121.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 221 | 0.06 | 0 | 0.06 | 0.07 | 120 | 0.28 | 0.9 |
Hex | DD | EC | DD | 6 | 0 | 6 | 7 | 78 | 1C | 5A |
Octal | 335 | 354 | 335 | 6 | 0 | 6 | 7 | 170 | 34 | 132 |
Binary | 11011101 | 11101100 | 11011101 | 110 | 0 | 110 | 111 | 1111000 | 11100 | 1011010 |
Color Harmonies of #DDECDD
Complementary color
Monochromatic Colors of #DDECDD
Black with #DDECDD
Text Example
Text Example
White with #DDECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECDD; }
p { color: rgb(221,236,221); }
H1.HeaderClassName
{
color: #DDECDD;
}
.AnyTagClassName
{
color: #DDECDD;
}
</style>
background-color css
<style>
a { background-color: #DDECDD; }
a { background-color: rgb(221,236,221); }
div.DivClassName
{
background-color: #DDECDD;
}
.BgClassName
{
background-color: #DDECDD;
}
</style>
border-color css
<style>
span { border-color: #DDECDD; }
span { border-color: rgb(221,236,221); }
td.TdClassName
{
border-color: #DDECDD;
}
.TagClassName
{
border-color: #DDECDD;
}
</style>