Shades of Tara #DCF7DA
Tints of Tara #DCF7DA
RGB
CMYK
RGB Variations
Color information
#DCF7DA (or 0xDCF7DA) is known color: Tara. HEX triplet: DC, F7 and DA. RGB value is (220,247,218). Sum of RGB (Red+Green+Blue) = 220+247+218=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF7DA is #230825. Grayscale: #EBEBEB. Windows color (decimal): -2295846 or 14350300. OLE color: 14350300.
HSL color Cylindrical-coordinate representation of color #DCF7DA: hue angle of 115.86º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF7DA is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 220 | 247 | 218 | - |
CMYK | 0.11 | 0 | 0.12 | 0.03 |
HSL | 115.86º | 0.64% | 0.91% | - |
HSV(B) | 115.86º | 0.12% | 0.97% | - |
XYZ | 75.43 | 86.8 | 79.11 | - |
YUV | 235.62 | 118.05 | 116.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 247 | 218 | 0.11 | 0 | 0.12 | 0.03 | 115.86 | 0.64 | 0.91 |
Hex | DC | F7 | DA | B | 0 | C | 3 | 74 | 40 | 5B |
Octal | 334 | 367 | 332 | 13 | 0 | 14 | 3 | 164 | 100 | 133 |
Binary | 11011100 | 11110111 | 11011010 | 1011 | 0 | 1100 | 11 | 1110100 | 1000000 | 1011011 |
Color Harmonies of #DCF7DA
Complementary color
Monochromatic Colors of #DCF7DA
Black with #DCF7DA
Text Example
Text Example
White with #DCF7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF7DA; }
p { color: rgb(220,247,218); }
H1.HeaderClassName
{
color: #DCF7DA;
}
.AnyTagClassName
{
color: #DCF7DA;
}
</style>
background-color css
<style>
a { background-color: #DCF7DA; }
a { background-color: rgb(220,247,218); }
div.DivClassName
{
background-color: #DCF7DA;
}
.BgClassName
{
background-color: #DCF7DA;
}
</style>
border-color css
<style>
span { border-color: #DCF7DA; }
span { border-color: rgb(220,247,218); }
td.TdClassName
{
border-color: #DCF7DA;
}
.TagClassName
{
border-color: #DCF7DA;
}
</style>