Shades of Tara #DBFFDC
Tints of Tara #DBFFDC
RGB
CMYK
RGB Variations
Color information
#DBFFDC (or 0xDBFFDC) is known color: Tara. HEX triplet: DB, FF and DC. RGB value is (219,255,220). Sum of RGB (Red+Green+Blue) = 219+255+220=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFDC is #240023. Grayscale: #F0F0F0. Windows color (decimal): -2359332 or 14483419. OLE color: 14483419.
HSL color Cylindrical-coordinate representation of color #DBFFDC: hue angle of 121.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFDC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 220 | - |
CMYK | 0.14 | 0 | 0.14 | 0 |
HSL | 121.67º | 1% | 0.93% | - |
HSV(B) | 121.67º | 0.14% | 1% | - |
XYZ | 77.89 | 91.75 | 81.31 | - |
YUV | 240.25 | 116.57 | 112.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 220 | 0.14 | 0 | 0.14 | 0 | 121.67 | 1 | 0.93 |
Hex | DB | FF | DC | E | 0 | E | 0 | 7A | 64 | 5D |
Octal | 333 | 377 | 334 | 16 | 0 | 16 | 0 | 172 | 144 | 135 |
Binary | 11011011 | 11111111 | 11011100 | 1110 | 0 | 1110 | 0 | 1111010 | 1100100 | 1011101 |
Color Harmonies of #DBFFDC
Complementary color
Monochromatic Colors of #DBFFDC
Black with #DBFFDC
Text Example
Text Example
White with #DBFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFDC; }
p { color: rgb(219,255,220); }
H1.HeaderClassName
{
color: #DBFFDC;
}
.AnyTagClassName
{
color: #DBFFDC;
}
</style>
background-color css
<style>
a { background-color: #DBFFDC; }
a { background-color: rgb(219,255,220); }
div.DivClassName
{
background-color: #DBFFDC;
}
.BgClassName
{
background-color: #DBFFDC;
}
</style>
border-color css
<style>
span { border-color: #DBFFDC; }
span { border-color: rgb(219,255,220); }
td.TdClassName
{
border-color: #DBFFDC;
}
.TagClassName
{
border-color: #DBFFDC;
}
</style>