Shades of Tara #DBEBDA
Tints of Tara #DBEBDA
RGB
CMYK
RGB Variations
Color information
#DBEBDA (or 0xDBEBDA) is known color: Tara. HEX triplet: DB, EB and DA. RGB value is (219,235,218). Sum of RGB (Red+Green+Blue) = 219+235+218=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBDA is #241425. Grayscale: #E4E4E4. Windows color (decimal): -2364454 or 14347227. OLE color: 14347227.
HSL color Cylindrical-coordinate representation of color #DBEBDA: hue angle of 116.47º degrees, saturation: 0.3, 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 #DBEBDA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 235 | 218 | - |
CMYK | 0.07 | 0 | 0.07 | 0.08 |
HSL | 116.47º | 0.3% | 0.89% | - |
HSV(B) | 116.47º | 0.07% | 0.92% | - |
XYZ | 71.58 | 79.54 | 77.91 | - |
YUV | 228.28 | 122.2 | 121.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 235 | 218 | 0.07 | 0 | 0.07 | 0.08 | 116.47 | 0.3 | 0.89 |
Hex | DB | EB | DA | 7 | 0 | 7 | 8 | 74 | 1E | 59 |
Octal | 333 | 353 | 332 | 7 | 0 | 7 | 10 | 164 | 36 | 131 |
Binary | 11011011 | 11101011 | 11011010 | 111 | 0 | 111 | 1000 | 1110100 | 11110 | 1011001 |
Color Harmonies of #DBEBDA
Complementary color
Monochromatic Colors of #DBEBDA
Black with #DBEBDA
Text Example
Text Example
White with #DBEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBDA; }
p { color: rgb(219,235,218); }
H1.HeaderClassName
{
color: #DBEBDA;
}
.AnyTagClassName
{
color: #DBEBDA;
}
</style>
background-color css
<style>
a { background-color: #DBEBDA; }
a { background-color: rgb(219,235,218); }
div.DivClassName
{
background-color: #DBEBDA;
}
.BgClassName
{
background-color: #DBEBDA;
}
</style>
border-color css
<style>
span { border-color: #DBEBDA; }
span { border-color: rgb(219,235,218); }
td.TdClassName
{
border-color: #DBEBDA;
}
.TagClassName
{
border-color: #DBEBDA;
}
</style>