Shades of Tara #DCEBDB
Tints of Tara #DCEBDB
RGB
CMYK
RGB Variations
Color information
#DCEBDB (or 0xDCEBDB) is known color: Tara. HEX triplet: DC, EB and DB. RGB value is (220,235,219). Sum of RGB (Red+Green+Blue) = 220+235+219=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBDB is #231424. Grayscale: #E4E4E4. Windows color (decimal): -2298917 or 14412764. OLE color: 14412764.
HSL color Cylindrical-coordinate representation of color #DCEBDB: hue angle of 116.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEBDB is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 219 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.08 |
| HSL | 116.25º | 0.29% | 0.89% | - |
| HSV(B) | 116.25º | 0.07% | 0.92% | - |
| XYZ | 72.01 | 79.75 | 78.62 | - |
| YUV | 228.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 219 | 0.06 | 0 | 0.07 | 0.08 | 116.25 | 0.29 | 0.89 |
| Hex | DC | EB | DB | 6 | 0 | 7 | 8 | 74 | 1D | 59 |
| Octal | 334 | 353 | 333 | 6 | 0 | 7 | 10 | 164 | 35 | 131 |
| Binary | 11011100 | 11101011 | 11011011 | 110 | 0 | 111 | 1000 | 1110100 | 11101 | 1011001 |
Color Harmonies of #DCEBDB
Complementary color
Monochromatic Colors of #DCEBDB
Black with #DCEBDB
Text Example
Text Example
White with #DCEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBDB; }
p { color: rgb(220,235,219); }
H1.HeaderClassName
{
color: #DCEBDB;
}
.AnyTagClassName
{
color: #DCEBDB;
}
</style>
background-color css
<style>
a { background-color: #DCEBDB; }
a { background-color: rgb(220,235,219); }
div.DivClassName
{
background-color: #DCEBDB;
}
.BgClassName
{
background-color: #DCEBDB;
}
</style>
border-color css
<style>
span { border-color: #DCEBDB; }
span { border-color: rgb(220,235,219); }
td.TdClassName
{
border-color: #DCEBDB;
}
.TagClassName
{
border-color: #DCEBDB;
}
</style>