Shades of Tara #DBEFDB
Tints of Tara #DBEFDB
RGB
CMYK
RGB Variations
Color information
#DBEFDB (or 0xDBEFDB) is known color: Tara. HEX triplet: DB, EF and DB. RGB value is (219,239,219). Sum of RGB (Red+Green+Blue) = 219+239+219=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFDB is #241024. Grayscale: #E6E6E6. Windows color (decimal): -2363429 or 14413787. OLE color: 14413787.
HSL color Cylindrical-coordinate representation of color #DBEFDB: hue angle of 120º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFDB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 219 | - |
CMYK | 0.08 | 0 | 0.08 | 0.06 |
HSL | 120º | 0.38% | 0.9% | - |
HSV(B) | 120º | 0.08% | 0.94% | - |
XYZ | 72.87 | 81.91 | 78.99 | - |
YUV | 230.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 219 | 0.08 | 0 | 0.08 | 0.06 | 120 | 0.38 | 0.9 |
Hex | DB | EF | DB | 8 | 0 | 8 | 6 | 78 | 26 | 5A |
Octal | 333 | 357 | 333 | 10 | 0 | 10 | 6 | 170 | 46 | 132 |
Binary | 11011011 | 11101111 | 11011011 | 1000 | 0 | 1000 | 110 | 1111000 | 100110 | 1011010 |
Color Harmonies of #DBEFDB
Complementary color
Monochromatic Colors of #DBEFDB
Black with #DBEFDB
Text Example
Text Example
White with #DBEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFDB; }
p { color: rgb(219,239,219); }
H1.HeaderClassName
{
color: #DBEFDB;
}
.AnyTagClassName
{
color: #DBEFDB;
}
</style>
background-color css
<style>
a { background-color: #DBEFDB; }
a { background-color: rgb(219,239,219); }
div.DivClassName
{
background-color: #DBEFDB;
}
.BgClassName
{
background-color: #DBEFDB;
}
</style>
border-color css
<style>
span { border-color: #DBEFDB; }
span { border-color: rgb(219,239,219); }
td.TdClassName
{
border-color: #DBEFDB;
}
.TagClassName
{
border-color: #DBEFDB;
}
</style>