Shades of Tara #DBEADB
Tints of Tara #DBEADB
RGB
CMYK
RGB Variations
Color information
#DBEADB (or 0xDBEADB) is known color: Tara. HEX triplet: DB, EA and DB. RGB value is (219,234,219). Sum of RGB (Red+Green+Blue) = 219+234+219=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEADB is #241524. Grayscale: #E3E3E3. Windows color (decimal): -2364709 or 14412507. OLE color: 14412507.
HSL color Cylindrical-coordinate representation of color #DBEADB: hue angle of 120º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBEADB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 219 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.08 |
| HSL | 120º | 0.26% | 0.89% | - |
| HSV(B) | 120º | 0.06% | 0.92% | - |
| XYZ | 71.42 | 79.02 | 78.51 | - |
| YUV | 227.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 219 | 0.06 | 0 | 0.06 | 0.08 | 120 | 0.26 | 0.89 |
| Hex | DB | EA | DB | 6 | 0 | 6 | 8 | 78 | 1A | 59 |
| Octal | 333 | 352 | 333 | 6 | 0 | 6 | 10 | 170 | 32 | 131 |
| Binary | 11011011 | 11101010 | 11011011 | 110 | 0 | 110 | 1000 | 1111000 | 11010 | 1011001 |
Color Harmonies of #DBEADB
Complementary color
Monochromatic Colors of #DBEADB
Black with #DBEADB
Text Example
Text Example
White with #DBEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEADB; }
p { color: rgb(219,234,219); }
H1.HeaderClassName
{
color: #DBEADB;
}
.AnyTagClassName
{
color: #DBEADB;
}
</style>
background-color css
<style>
a { background-color: #DBEADB; }
a { background-color: rgb(219,234,219); }
div.DivClassName
{
background-color: #DBEADB;
}
.BgClassName
{
background-color: #DBEADB;
}
</style>
border-color css
<style>
span { border-color: #DBEADB; }
span { border-color: rgb(219,234,219); }
td.TdClassName
{
border-color: #DBEADB;
}
.TagClassName
{
border-color: #DBEADB;
}
</style>