Shades of Tara #DBFDDC
Tints of Tara #DBFDDC
RGB
CMYK
RGB Variations
Color information
#DBFDDC (or 0xDBFDDC) is known color: Tara. HEX triplet: DB, FD and DC. RGB value is (219,253,220). Sum of RGB (Red+Green+Blue) = 219+253+220=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDDC is #240223. Grayscale: #EFEFEF. Windows color (decimal): -2359844 or 14482907. OLE color: 14482907.
HSL color Cylindrical-coordinate representation of color #DBFDDC: hue angle of 121.76º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBFDDC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 253 | 220 | - |
CMYK | 0.13 | 0 | 0.13 | 0.01 |
HSL | 121.76º | 0.89% | 0.93% | - |
HSV(B) | 121.76º | 0.13% | 0.99% | - |
XYZ | 77.26 | 90.48 | 81.1 | - |
YUV | 239.07 | 117.24 | 113.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 253 | 220 | 0.13 | 0 | 0.13 | 0.01 | 121.76 | 0.89 | 0.93 |
Hex | DB | FD | DC | D | 0 | D | 1 | 7A | 59 | 5D |
Octal | 333 | 375 | 334 | 15 | 0 | 15 | 1 | 172 | 131 | 135 |
Binary | 11011011 | 11111101 | 11011100 | 1101 | 0 | 1101 | 1 | 1111010 | 1011001 | 1011101 |
Color Harmonies of #DBFDDC
Complementary color
Monochromatic Colors of #DBFDDC
Black with #DBFDDC
Text Example
Text Example
White with #DBFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDDC; }
p { color: rgb(219,253,220); }
H1.HeaderClassName
{
color: #DBFDDC;
}
.AnyTagClassName
{
color: #DBFDDC;
}
</style>
background-color css
<style>
a { background-color: #DBFDDC; }
a { background-color: rgb(219,253,220); }
div.DivClassName
{
background-color: #DBFDDC;
}
.BgClassName
{
background-color: #DBFDDC;
}
</style>
border-color css
<style>
span { border-color: #DBFDDC; }
span { border-color: rgb(219,253,220); }
td.TdClassName
{
border-color: #DBFDDC;
}
.TagClassName
{
border-color: #DBFDDC;
}
</style>