Shades of Tara #DCECDC
Tints of Tara #DCECDC
RGB
CMYK
RGB Variations
Color information
#DCECDC (or 0xDCECDC) is known color: Tara. HEX triplet: DC, EC and DC. RGB value is (220,236,220). Sum of RGB (Red+Green+Blue) = 220+236+220=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECDC is #231323. Grayscale: #E5E5E5. Windows color (decimal): -2298660 or 14478556. OLE color: 14478556.
HSL color Cylindrical-coordinate representation of color #DCECDC: hue angle of 120º 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 #DCECDC is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 220 | - |
CMYK | 0.07 | 0 | 0.07 | 0.07 |
HSL | 120º | 0.3% | 0.89% | - |
HSV(B) | 120º | 0.07% | 0.93% | - |
XYZ | 72.43 | 80.37 | 79.41 | - |
YUV | 229.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 220 | 0.07 | 0 | 0.07 | 0.07 | 120 | 0.3 | 0.89 |
Hex | DC | EC | DC | 7 | 0 | 7 | 7 | 78 | 1E | 59 |
Octal | 334 | 354 | 334 | 7 | 0 | 7 | 7 | 170 | 36 | 131 |
Binary | 11011100 | 11101100 | 11011100 | 111 | 0 | 111 | 111 | 1111000 | 11110 | 1011001 |
Color Harmonies of #DCECDC
Complementary color
Monochromatic Colors of #DCECDC
Black with #DCECDC
Text Example
Text Example
White with #DCECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECDC; }
p { color: rgb(220,236,220); }
H1.HeaderClassName
{
color: #DCECDC;
}
.AnyTagClassName
{
color: #DCECDC;
}
</style>
background-color css
<style>
a { background-color: #DCECDC; }
a { background-color: rgb(220,236,220); }
div.DivClassName
{
background-color: #DCECDC;
}
.BgClassName
{
background-color: #DCECDC;
}
</style>
border-color css
<style>
span { border-color: #DCECDC; }
span { border-color: rgb(220,236,220); }
td.TdClassName
{
border-color: #DCECDC;
}
.TagClassName
{
border-color: #DCECDC;
}
</style>