Shades of Tara #DBEDDA
Tints of Tara #DBEDDA
RGB
CMYK
RGB Variations
Color information
#DBEDDA (or 0xDBEDDA) is known color: Tara. HEX triplet: DB, ED and DA. RGB value is (219,237,218). Sum of RGB (Red+Green+Blue) = 219+237+218=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDDA is #241225. Grayscale: #E5E5E5. Windows color (decimal): -2363942 or 14347739. OLE color: 14347739.
HSL color Cylindrical-coordinate representation of color #DBEDDA: hue angle of 116.84º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEDDA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 218 | - |
CMYK | 0.08 | 0 | 0.08 | 0.07 |
HSL | 116.84º | 0.35% | 0.89% | - |
HSV(B) | 116.84º | 0.08% | 0.93% | - |
XYZ | 72.15 | 80.69 | 78.1 | - |
YUV | 229.45 | 121.54 | 120.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 218 | 0.08 | 0 | 0.08 | 0.07 | 116.84 | 0.35 | 0.89 |
Hex | DB | ED | DA | 8 | 0 | 8 | 7 | 75 | 23 | 59 |
Octal | 333 | 355 | 332 | 10 | 0 | 10 | 7 | 165 | 43 | 131 |
Binary | 11011011 | 11101101 | 11011010 | 1000 | 0 | 1000 | 111 | 1110101 | 100011 | 1011001 |
Color Harmonies of #DBEDDA
Complementary color
Monochromatic Colors of #DBEDDA
Black with #DBEDDA
Text Example
Text Example
White with #DBEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDDA; }
p { color: rgb(219,237,218); }
H1.HeaderClassName
{
color: #DBEDDA;
}
.AnyTagClassName
{
color: #DBEDDA;
}
</style>
background-color css
<style>
a { background-color: #DBEDDA; }
a { background-color: rgb(219,237,218); }
div.DivClassName
{
background-color: #DBEDDA;
}
.BgClassName
{
background-color: #DBEDDA;
}
</style>
border-color css
<style>
span { border-color: #DBEDDA; }
span { border-color: rgb(219,237,218); }
td.TdClassName
{
border-color: #DBEDDA;
}
.TagClassName
{
border-color: #DBEDDA;
}
</style>