Shades of Tara #DDECDC
Tints of Tara #DDECDC
RGB
CMYK
RGB Variations
Color information
#DDECDC (or 0xDDECDC) is known color: Tara. HEX triplet: DD, EC and DC. RGB value is (221,236,220). Sum of RGB (Red+Green+Blue) = 221+236+220=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECDC is #221323. Grayscale: #E5E5E5. Windows color (decimal): -2233124 or 14478557. OLE color: 14478557.
HSL color Cylindrical-coordinate representation of color #DDECDC: hue angle of 116.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDECDC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 220 | - |
CMYK | 0.06 | 0 | 0.07 | 0.07 |
HSL | 116.25º | 0.3% | 0.89% | - |
HSV(B) | 116.25º | 0.07% | 0.93% | - |
XYZ | 72.73 | 80.53 | 79.42 | - |
YUV | 229.69 | 122.53 | 121.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 220 | 0.06 | 0 | 0.07 | 0.07 | 116.25 | 0.3 | 0.89 |
Hex | DD | EC | DC | 6 | 0 | 7 | 7 | 74 | 1E | 59 |
Octal | 335 | 354 | 334 | 6 | 0 | 7 | 7 | 164 | 36 | 131 |
Binary | 11011101 | 11101100 | 11011100 | 110 | 0 | 111 | 111 | 1110100 | 11110 | 1011001 |
Color Harmonies of #DDECDC
Complementary color
Monochromatic Colors of #DDECDC
Black with #DDECDC
Text Example
Text Example
White with #DDECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECDC; }
p { color: rgb(221,236,220); }
H1.HeaderClassName
{
color: #DDECDC;
}
.AnyTagClassName
{
color: #DDECDC;
}
</style>
background-color css
<style>
a { background-color: #DDECDC; }
a { background-color: rgb(221,236,220); }
div.DivClassName
{
background-color: #DDECDC;
}
.BgClassName
{
background-color: #DDECDC;
}
</style>
border-color css
<style>
span { border-color: #DDECDC; }
span { border-color: rgb(221,236,220); }
td.TdClassName
{
border-color: #DDECDC;
}
.TagClassName
{
border-color: #DDECDC;
}
</style>