Shades of Tara #DCFCDA
Tints of Tara #DCFCDA
RGB
CMYK
RGB Variations
Color information
#DCFCDA (or 0xDCFCDA) is known color: Tara. HEX triplet: DC, FC and DA. RGB value is (220,252,218). Sum of RGB (Red+Green+Blue) = 220+252+218=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCDA is #230325. Grayscale: #EEEEEE. Windows color (decimal): -2294566 or 14351580. OLE color: 14351580.
HSL color Cylindrical-coordinate representation of color #DCFCDA: hue angle of 116.47º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCDA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 218 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.01 |
| HSL | 116.47º | 0.85% | 0.92% | - |
| HSV(B) | 116.47º | 0.13% | 0.99% | - |
| XYZ | 76.98 | 89.9 | 79.62 | - |
| YUV | 238.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 218 | 0.13 | 0 | 0.13 | 0.01 | 116.47 | 0.85 | 0.92 |
| Hex | DC | FC | DA | D | 0 | D | 1 | 74 | 55 | 5C |
| Octal | 334 | 374 | 332 | 15 | 0 | 15 | 1 | 164 | 125 | 134 |
| Binary | 11011100 | 11111100 | 11011010 | 1101 | 0 | 1101 | 1 | 1110100 | 1010101 | 1011100 |
Color Harmonies of #DCFCDA
Complementary color
Monochromatic Colors of #DCFCDA
Black with #DCFCDA
Text Example
Text Example
White with #DCFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCDA; }
p { color: rgb(220,252,218); }
H1.HeaderClassName
{
color: #DCFCDA;
}
.AnyTagClassName
{
color: #DCFCDA;
}
</style>
background-color css
<style>
a { background-color: #DCFCDA; }
a { background-color: rgb(220,252,218); }
div.DivClassName
{
background-color: #DCFCDA;
}
.BgClassName
{
background-color: #DCFCDA;
}
</style>
border-color css
<style>
span { border-color: #DCFCDA; }
span { border-color: rgb(220,252,218); }
td.TdClassName
{
border-color: #DCFCDA;
}
.TagClassName
{
border-color: #DCFCDA;
}
</style>