Shades of Tara #DCF5DA
Tints of Tara #DCF5DA
RGB
CMYK
RGB Variations
Color information
#DCF5DA (or 0xDCF5DA) is known color: Tara. HEX triplet: DC, F5 and DA. RGB value is (220,245,218). Sum of RGB (Red+Green+Blue) = 220+245+218=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5DA is #230A25. Grayscale: #EAEAEA. Windows color (decimal): -2296358 or 14349788. OLE color: 14349788.
HSL color Cylindrical-coordinate representation of color #DCF5DA: hue angle of 115.56º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF5DA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 245 | 218 | - |
CMYK | 0.10 | 0 | 0.11 | 0.04 |
HSL | 115.56º | 0.57% | 0.91% | - |
HSV(B) | 115.56º | 0.11% | 0.96% | - |
XYZ | 74.82 | 85.58 | 78.91 | - |
YUV | 234.45 | 118.72 | 117.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 245 | 218 | 0.10 | 0 | 0.11 | 0.04 | 115.56 | 0.57 | 0.91 |
Hex | DC | F5 | DA | A | 0 | B | 4 | 74 | 39 | 5B |
Octal | 334 | 365 | 332 | 12 | 0 | 13 | 4 | 164 | 71 | 133 |
Binary | 11011100 | 11110101 | 11011010 | 1010 | 0 | 1011 | 100 | 1110100 | 111001 | 1011011 |
Color Harmonies of #DCF5DA
Complementary color
Monochromatic Colors of #DCF5DA
Black with #DCF5DA
Text Example
Text Example
White with #DCF5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5DA; }
p { color: rgb(220,245,218); }
H1.HeaderClassName
{
color: #DCF5DA;
}
.AnyTagClassName
{
color: #DCF5DA;
}
</style>
background-color css
<style>
a { background-color: #DCF5DA; }
a { background-color: rgb(220,245,218); }
div.DivClassName
{
background-color: #DCF5DA;
}
.BgClassName
{
background-color: #DCF5DA;
}
</style>
border-color css
<style>
span { border-color: #DCF5DA; }
span { border-color: rgb(220,245,218); }
td.TdClassName
{
border-color: #DCF5DA;
}
.TagClassName
{
border-color: #DCF5DA;
}
</style>