Shades of Tara #DCF0DB
Tints of Tara #DCF0DB
RGB
CMYK
RGB Variations
Color information
#DCF0DB (or 0xDCF0DB) is known color: Tara. HEX triplet: DC, F0 and DB. RGB value is (220,240,219). Sum of RGB (Red+Green+Blue) = 220+240+219=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0DB is #230F24. Grayscale: #E7E7E7. Windows color (decimal): -2297637 or 14414044. OLE color: 14414044.
HSL color Cylindrical-coordinate representation of color #DCF0DB: hue angle of 117.14º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF0DB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 240 | 219 | - |
CMYK | 0.08 | 0 | 0.09 | 0.06 |
HSL | 117.14º | 0.41% | 0.9% | - |
HSV(B) | 117.14º | 0.09% | 0.94% | - |
XYZ | 73.46 | 82.65 | 79.1 | - |
YUV | 231.63 | 120.87 | 119.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 240 | 219 | 0.08 | 0 | 0.09 | 0.06 | 117.14 | 0.41 | 0.9 |
Hex | DC | F0 | DB | 8 | 0 | 9 | 6 | 75 | 29 | 5A |
Octal | 334 | 360 | 333 | 10 | 0 | 11 | 6 | 165 | 51 | 132 |
Binary | 11011100 | 11110000 | 11011011 | 1000 | 0 | 1001 | 110 | 1110101 | 101001 | 1011010 |
Color Harmonies of #DCF0DB
Complementary color
Monochromatic Colors of #DCF0DB
Black with #DCF0DB
Text Example
Text Example
White with #DCF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0DB; }
p { color: rgb(220,240,219); }
H1.HeaderClassName
{
color: #DCF0DB;
}
.AnyTagClassName
{
color: #DCF0DB;
}
</style>
background-color css
<style>
a { background-color: #DCF0DB; }
a { background-color: rgb(220,240,219); }
div.DivClassName
{
background-color: #DCF0DB;
}
.BgClassName
{
background-color: #DCF0DB;
}
</style>
border-color css
<style>
span { border-color: #DCF0DB; }
span { border-color: rgb(220,240,219); }
td.TdClassName
{
border-color: #DCF0DB;
}
.TagClassName
{
border-color: #DCF0DB;
}
</style>