Shades of Tara #DBEFDC
Tints of Tara #DBEFDC
RGB
CMYK
RGB Variations
Color information
#DBEFDC (or 0xDBEFDC) is known color: Tara. HEX triplet: DB, EF and DC. RGB value is (219,239,220). Sum of RGB (Red+Green+Blue) = 219+239+220=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFDC is #241023. Grayscale: #E6E6E6. Windows color (decimal): -2363428 or 14479323. OLE color: 14479323.
HSL color Cylindrical-coordinate representation of color #DBEFDC: hue angle of 123º 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 #DBEFDC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 220 | - |
CMYK | 0.08 | 0 | 0.08 | 0.06 |
HSL | 123º | 0.38% | 0.9% | - |
HSV(B) | 123º | 0.08% | 0.94% | - |
XYZ | 73 | 81.96 | 79.68 | - |
YUV | 230.85 | 121.87 | 119.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 220 | 0.08 | 0 | 0.08 | 0.06 | 123 | 0.38 | 0.9 |
Hex | DB | EF | DC | 8 | 0 | 8 | 6 | 7B | 26 | 5A |
Octal | 333 | 357 | 334 | 10 | 0 | 10 | 6 | 173 | 46 | 132 |
Binary | 11011011 | 11101111 | 11011100 | 1000 | 0 | 1000 | 110 | 1111011 | 100110 | 1011010 |
Color Harmonies of #DBEFDC
Complementary color
Monochromatic Colors of #DBEFDC
Black with #DBEFDC
Text Example
Text Example
White with #DBEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFDC; }
p { color: rgb(219,239,220); }
H1.HeaderClassName
{
color: #DBEFDC;
}
.AnyTagClassName
{
color: #DBEFDC;
}
</style>
background-color css
<style>
a { background-color: #DBEFDC; }
a { background-color: rgb(219,239,220); }
div.DivClassName
{
background-color: #DBEFDC;
}
.BgClassName
{
background-color: #DBEFDC;
}
</style>
border-color css
<style>
span { border-color: #DBEFDC; }
span { border-color: rgb(219,239,220); }
td.TdClassName
{
border-color: #DBEFDC;
}
.TagClassName
{
border-color: #DBEFDC;
}
</style>