Shades of Tara #DCF9DB
Tints of Tara #DCF9DB
RGB
CMYK
RGB Variations
Color information
#DCF9DB (or 0xDCF9DB) is known color: Tara. HEX triplet: DC, F9 and DB. RGB value is (220,249,219). Sum of RGB (Red+Green+Blue) = 220+249+219=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9DB is #230624. Grayscale: #EDEDED. Windows color (decimal): -2295333 or 14416348. OLE color: 14416348.
HSL color Cylindrical-coordinate representation of color #DCF9DB: hue angle of 118º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9DB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 219 | - |
CMYK | 0.12 | 0 | 0.12 | 0.02 |
HSL | 118º | 0.71% | 0.92% | - |
HSV(B) | 118º | 0.12% | 0.98% | - |
XYZ | 76.18 | 88.08 | 80 | - |
YUV | 236.91 | 117.89 | 115.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 219 | 0.12 | 0 | 0.12 | 0.02 | 118 | 0.71 | 0.92 |
Hex | DC | F9 | DB | C | 0 | C | 2 | 76 | 47 | 5C |
Octal | 334 | 371 | 333 | 14 | 0 | 14 | 2 | 166 | 107 | 134 |
Binary | 11011100 | 11111001 | 11011011 | 1100 | 0 | 1100 | 10 | 1110110 | 1000111 | 1011100 |
Color Harmonies of #DCF9DB
Complementary color
Monochromatic Colors of #DCF9DB
Black with #DCF9DB
Text Example
Text Example
White with #DCF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9DB; }
p { color: rgb(220,249,219); }
H1.HeaderClassName
{
color: #DCF9DB;
}
.AnyTagClassName
{
color: #DCF9DB;
}
</style>
background-color css
<style>
a { background-color: #DCF9DB; }
a { background-color: rgb(220,249,219); }
div.DivClassName
{
background-color: #DCF9DB;
}
.BgClassName
{
background-color: #DCF9DB;
}
</style>
border-color css
<style>
span { border-color: #DCF9DB; }
span { border-color: rgb(220,249,219); }
td.TdClassName
{
border-color: #DCF9DB;
}
.TagClassName
{
border-color: #DCF9DB;
}
</style>