Shades of Tara #DCFED9
Tints of Tara #DCFED9
RGB
CMYK
RGB Variations
Color information
#DCFED9 (or 0xDCFED9) is known color: Tara. HEX triplet: DC, FE and D9. RGB value is (220,254,217). Sum of RGB (Red+Green+Blue) = 220+254+217=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFED9 is #230126. Grayscale: #EFEFEF. Windows color (decimal): -2294055 or 14286556. OLE color: 14286556.
HSL color Cylindrical-coordinate representation of color #DCFED9: hue angle of 115.14º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFED9 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 217 | - |
CMYK | 0.13 | 0 | 0.15 | 0.00 |
HSL | 115.14º | 0.95% | 0.92% | - |
HSV(B) | 115.14º | 0.15% | 1% | - |
XYZ | 77.48 | 91.11 | 79.15 | - |
YUV | 239.62 | 115.24 | 114.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 217 | 0.13 | 0 | 0.15 | 0.00 | 115.14 | 0.95 | 0.92 |
Hex | DC | FE | D9 | D | 0 | F | 0 | 73 | 5F | 5C |
Octal | 334 | 376 | 331 | 15 | 0 | 17 | 0 | 163 | 137 | 134 |
Binary | 11011100 | 11111110 | 11011001 | 1101 | 0 | 1111 | 0 | 1110011 | 1011111 | 1011100 |
Color Harmonies of #DCFED9
Complementary color
Monochromatic Colors of #DCFED9
Black with #DCFED9
Text Example
Text Example
White with #DCFED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFED9; }
p { color: rgb(220,254,217); }
H1.HeaderClassName
{
color: #DCFED9;
}
.AnyTagClassName
{
color: #DCFED9;
}
</style>
background-color css
<style>
a { background-color: #DCFED9; }
a { background-color: rgb(220,254,217); }
div.DivClassName
{
background-color: #DCFED9;
}
.BgClassName
{
background-color: #DCFED9;
}
</style>
border-color css
<style>
span { border-color: #DCFED9; }
span { border-color: rgb(220,254,217); }
td.TdClassName
{
border-color: #DCFED9;
}
.TagClassName
{
border-color: #DCFED9;
}
</style>