Shades of Tara #DCF1DA
Tints of Tara #DCF1DA
RGB
CMYK
RGB Variations
Color information
#DCF1DA (or 0xDCF1DA) is known color: Tara. HEX triplet: DC, F1 and DA. RGB value is (220,241,218). Sum of RGB (Red+Green+Blue) = 220+241+218=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1DA is #230E25. Grayscale: #E8E8E8. Windows color (decimal): -2297382 or 14348764. OLE color: 14348764.
HSL color Cylindrical-coordinate representation of color #DCF1DA: hue angle of 114.78º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF1DA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 218 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.05 |
| HSL | 114.78º | 0.45% | 0.9% | - |
| HSV(B) | 114.78º | 0.1% | 0.95% | - |
| XYZ | 73.63 | 83.19 | 78.51 | - |
| YUV | 232.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 218 | 0.09 | 0 | 0.10 | 0.05 | 114.78 | 0.45 | 0.9 |
| Hex | DC | F1 | DA | 9 | 0 | A | 5 | 73 | 2D | 5A |
| Octal | 334 | 361 | 332 | 11 | 0 | 12 | 5 | 163 | 55 | 132 |
| Binary | 11011100 | 11110001 | 11011010 | 1001 | 0 | 1010 | 101 | 1110011 | 101101 | 1011010 |
Color Harmonies of #DCF1DA
Complementary color
Monochromatic Colors of #DCF1DA
Black with #DCF1DA
Text Example
Text Example
White with #DCF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1DA; }
p { color: rgb(220,241,218); }
H1.HeaderClassName
{
color: #DCF1DA;
}
.AnyTagClassName
{
color: #DCF1DA;
}
</style>
background-color css
<style>
a { background-color: #DCF1DA; }
a { background-color: rgb(220,241,218); }
div.DivClassName
{
background-color: #DCF1DA;
}
.BgClassName
{
background-color: #DCF1DA;
}
</style>
border-color css
<style>
span { border-color: #DCF1DA; }
span { border-color: rgb(220,241,218); }
td.TdClassName
{
border-color: #DCF1DA;
}
.TagClassName
{
border-color: #DCF1DA;
}
</style>