Shades of Tara #DCF7DB
Tints of Tara #DCF7DB
RGB
CMYK
RGB Variations
Color information
#DCF7DB (or 0xDCF7DB) is known color: Tara. HEX triplet: DC, F7 and DB. RGB value is (220,247,219). Sum of RGB (Red+Green+Blue) = 220+247+219=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7DB is #230824. Grayscale: #EBEBEB. Windows color (decimal): -2295845 or 14415836. OLE color: 14415836.
HSL color Cylindrical-coordinate representation of color #DCF7DB: hue angle of 117.86º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF7DB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 219 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.03 |
| HSL | 117.86º | 0.64% | 0.91% | - |
| HSV(B) | 117.86º | 0.11% | 0.97% | - |
| XYZ | 75.56 | 86.85 | 79.8 | - |
| YUV | 235.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 219 | 0.11 | 0 | 0.11 | 0.03 | 117.86 | 0.64 | 0.91 |
| Hex | DC | F7 | DB | B | 0 | B | 3 | 76 | 40 | 5B |
| Octal | 334 | 367 | 333 | 13 | 0 | 13 | 3 | 166 | 100 | 133 |
| Binary | 11011100 | 11110111 | 11011011 | 1011 | 0 | 1011 | 11 | 1110110 | 1000000 | 1011011 |
Color Harmonies of #DCF7DB
Complementary color
Monochromatic Colors of #DCF7DB
Black with #DCF7DB
Text Example
Text Example
White with #DCF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7DB; }
p { color: rgb(220,247,219); }
H1.HeaderClassName
{
color: #DCF7DB;
}
.AnyTagClassName
{
color: #DCF7DB;
}
</style>
background-color css
<style>
a { background-color: #DCF7DB; }
a { background-color: rgb(220,247,219); }
div.DivClassName
{
background-color: #DCF7DB;
}
.BgClassName
{
background-color: #DCF7DB;
}
</style>
border-color css
<style>
span { border-color: #DCF7DB; }
span { border-color: rgb(220,247,219); }
td.TdClassName
{
border-color: #DCF7DB;
}
.TagClassName
{
border-color: #DCF7DB;
}
</style>