Shades of Tara #DBF3D8
Tints of Tara #DBF3D8
RGB
CMYK
RGB Variations
Color information
#DBF3D8 (or 0xDBF3D8) is known color: Tara. HEX triplet: DB, F3 and D8. RGB value is (219,243,216). Sum of RGB (Red+Green+Blue) = 219+243+216=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3D8 is #240C27. Grayscale: #E8E8E8. Windows color (decimal): -2362408 or 14218203. OLE color: 14218203.
HSL color Cylindrical-coordinate representation of color #DBF3D8: hue angle of 113.33º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF3D8 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 216 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.05 |
| HSL | 113.33º | 0.53% | 0.9% | - |
| HSV(B) | 113.33º | 0.11% | 0.95% | - |
| XYZ | 73.66 | 84.12 | 77.32 | - |
| YUV | 232.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 216 | 0.10 | 0 | 0.11 | 0.05 | 113.33 | 0.53 | 0.9 |
| Hex | DB | F3 | D8 | A | 0 | B | 5 | 71 | 35 | 5A |
| Octal | 333 | 363 | 330 | 12 | 0 | 13 | 5 | 161 | 65 | 132 |
| Binary | 11011011 | 11110011 | 11011000 | 1010 | 0 | 1011 | 101 | 1110001 | 110101 | 1011010 |
Color Harmonies of #DBF3D8
Complementary color
Monochromatic Colors of #DBF3D8
Black with #DBF3D8
Text Example
Text Example
White with #DBF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3D8; }
p { color: rgb(219,243,216); }
H1.HeaderClassName
{
color: #DBF3D8;
}
.AnyTagClassName
{
color: #DBF3D8;
}
</style>
background-color css
<style>
a { background-color: #DBF3D8; }
a { background-color: rgb(219,243,216); }
div.DivClassName
{
background-color: #DBF3D8;
}
.BgClassName
{
background-color: #DBF3D8;
}
</style>
border-color css
<style>
span { border-color: #DBF3D8; }
span { border-color: rgb(219,243,216); }
td.TdClassName
{
border-color: #DBF3D8;
}
.TagClassName
{
border-color: #DBF3D8;
}
</style>