Shades of Tara #DCF0DA
Tints of Tara #DCF0DA
RGB
CMYK
RGB Variations
Color information
#DCF0DA (or 0xDCF0DA) is known color: Tara. HEX triplet: DC, F0 and DA. RGB value is (220,240,218). Sum of RGB (Red+Green+Blue) = 220+240+218=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0DA is #230F25. Grayscale: #E7E7E7. Windows color (decimal): -2297638 or 14348508. OLE color: 14348508.
HSL color Cylindrical-coordinate representation of color #DCF0DA: hue angle of 114.55º degrees, saturation: 0.42, 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 #DCF0DA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 240 | 218 | - |
CMYK | 0.08 | 0 | 0.09 | 0.06 |
HSL | 114.55º | 0.42% | 0.9% | - |
HSV(B) | 114.55º | 0.09% | 0.94% | - |
XYZ | 73.33 | 82.6 | 78.41 | - |
YUV | 231.51 | 120.37 | 119.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 240 | 218 | 0.08 | 0 | 0.09 | 0.06 | 114.55 | 0.42 | 0.9 |
Hex | DC | F0 | DA | 8 | 0 | 9 | 6 | 73 | 2A | 5A |
Octal | 334 | 360 | 332 | 10 | 0 | 11 | 6 | 163 | 52 | 132 |
Binary | 11011100 | 11110000 | 11011010 | 1000 | 0 | 1001 | 110 | 1110011 | 101010 | 1011010 |
Color Harmonies of #DCF0DA
Complementary color
Monochromatic Colors of #DCF0DA
Black with #DCF0DA
Text Example
Text Example
White with #DCF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0DA; }
p { color: rgb(220,240,218); }
H1.HeaderClassName
{
color: #DCF0DA;
}
.AnyTagClassName
{
color: #DCF0DA;
}
</style>
background-color css
<style>
a { background-color: #DCF0DA; }
a { background-color: rgb(220,240,218); }
div.DivClassName
{
background-color: #DCF0DA;
}
.BgClassName
{
background-color: #DCF0DA;
}
</style>
border-color css
<style>
span { border-color: #DCF0DA; }
span { border-color: rgb(220,240,218); }
td.TdClassName
{
border-color: #DCF0DA;
}
.TagClassName
{
border-color: #DCF0DA;
}
</style>