Shades of Tara #DCFFDA
Tints of Tara #DCFFDA
RGB
CMYK
RGB Variations
Color information
#DCFFDA (or 0xDCFFDA) is known color: Tara. HEX triplet: DC, FF and DA. RGB value is (220,255,218). Sum of RGB (Red+Green+Blue) = 220+255+218=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFDA is #230025. Grayscale: #F0F0F0. Windows color (decimal): -2293798 or 14352348. OLE color: 14352348.
HSL color Cylindrical-coordinate representation of color #DCFFDA: hue angle of 116.76º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFFDA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 218 | - |
| CMYK | 0.14 | 0 | 0.15 | 0 |
| HSL | 116.76º | 1% | 0.93% | - |
| HSV(B) | 116.76º | 0.15% | 1% | - |
| XYZ | 77.93 | 91.8 | 79.94 | - |
| YUV | 240.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 218 | 0.14 | 0 | 0.15 | 0 | 116.76 | 1 | 0.93 |
| Hex | DC | FF | DA | E | 0 | F | 0 | 75 | 64 | 5D |
| Octal | 334 | 377 | 332 | 16 | 0 | 17 | 0 | 165 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11011010 | 1110 | 0 | 1111 | 0 | 1110101 | 1100100 | 1011101 |
Color Harmonies of #DCFFDA
Complementary color
Monochromatic Colors of #DCFFDA
Black with #DCFFDA
Text Example
Text Example
White with #DCFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFDA; }
p { color: rgb(220,255,218); }
H1.HeaderClassName
{
color: #DCFFDA;
}
.AnyTagClassName
{
color: #DCFFDA;
}
</style>
background-color css
<style>
a { background-color: #DCFFDA; }
a { background-color: rgb(220,255,218); }
div.DivClassName
{
background-color: #DCFFDA;
}
.BgClassName
{
background-color: #DCFFDA;
}
</style>
border-color css
<style>
span { border-color: #DCFFDA; }
span { border-color: rgb(220,255,218); }
td.TdClassName
{
border-color: #DCFFDA;
}
.TagClassName
{
border-color: #DCFFDA;
}
</style>