Shades of Tara #DCECDB
Tints of Tara #DCECDB
RGB
CMYK
RGB Variations
Color information
#DCECDB (or 0xDCECDB) is known color: Tara. HEX triplet: DC, EC and DB. RGB value is (220,236,219). Sum of RGB (Red+Green+Blue) = 220+236+219=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECDB is #231324. Grayscale: #E5E5E5. Windows color (decimal): -2298661 or 14413020. OLE color: 14413020.
HSL color Cylindrical-coordinate representation of color #DCECDB: hue angle of 116.47º degrees, saturation: 0.31, 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 #DCECDB is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 219 | - |
CMYK | 0.07 | 0 | 0.07 | 0.07 |
HSL | 116.47º | 0.31% | 0.89% | - |
HSV(B) | 116.47º | 0.07% | 0.93% | - |
XYZ | 72.3 | 80.32 | 78.71 | - |
YUV | 229.28 | 122.2 | 121.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 219 | 0.07 | 0 | 0.07 | 0.07 | 116.47 | 0.31 | 0.89 |
Hex | DC | EC | DB | 7 | 0 | 7 | 7 | 74 | 1F | 59 |
Octal | 334 | 354 | 333 | 7 | 0 | 7 | 7 | 164 | 37 | 131 |
Binary | 11011100 | 11101100 | 11011011 | 111 | 0 | 111 | 111 | 1110100 | 11111 | 1011001 |
Color Harmonies of #DCECDB
Complementary color
Monochromatic Colors of #DCECDB
Black with #DCECDB
Text Example
Text Example
White with #DCECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECDB; }
p { color: rgb(220,236,219); }
H1.HeaderClassName
{
color: #DCECDB;
}
.AnyTagClassName
{
color: #DCECDB;
}
</style>
background-color css
<style>
a { background-color: #DCECDB; }
a { background-color: rgb(220,236,219); }
div.DivClassName
{
background-color: #DCECDB;
}
.BgClassName
{
background-color: #DCECDB;
}
</style>
border-color css
<style>
span { border-color: #DCECDB; }
span { border-color: rgb(220,236,219); }
td.TdClassName
{
border-color: #DCECDB;
}
.TagClassName
{
border-color: #DCECDB;
}
</style>