Shades of Tara #DCFED7
Tints of Tara #DCFED7
RGB
CMYK
RGB Variations
Color information
#DCFED7 (or 0xDCFED7) is known color: Tara. HEX triplet: DC, FE and D7. RGB value is (220,254,215). Sum of RGB (Red+Green+Blue) = 220+254+215=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFED7 is #230128. Grayscale: #EFEFEF. Windows color (decimal): -2294057 or 14155484. OLE color: 14155484.
HSL color Cylindrical-coordinate representation of color #DCFED7: hue angle of 112.31º 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 #DCFED7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 215 | - |
CMYK | 0.13 | 0 | 0.15 | 0.00 |
HSL | 112.31º | 0.95% | 0.92% | - |
HSV(B) | 112.31º | 0.15% | 1% | - |
XYZ | 77.22 | 91.01 | 77.79 | - |
YUV | 239.39 | 114.24 | 114.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 215 | 0.13 | 0 | 0.15 | 0.00 | 112.31 | 0.95 | 0.92 |
Hex | DC | FE | D7 | D | 0 | F | 0 | 70 | 5F | 5C |
Octal | 334 | 376 | 327 | 15 | 0 | 17 | 0 | 160 | 137 | 134 |
Binary | 11011100 | 11111110 | 11010111 | 1101 | 0 | 1111 | 0 | 1110000 | 1011111 | 1011100 |
Color Harmonies of #DCFED7
Complementary color
Monochromatic Colors of #DCFED7
Black with #DCFED7
Text Example
Text Example
White with #DCFED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFED7; }
p { color: rgb(220,254,215); }
H1.HeaderClassName
{
color: #DCFED7;
}
.AnyTagClassName
{
color: #DCFED7;
}
</style>
background-color css
<style>
a { background-color: #DCFED7; }
a { background-color: rgb(220,254,215); }
div.DivClassName
{
background-color: #DCFED7;
}
.BgClassName
{
background-color: #DCFED7;
}
</style>
border-color css
<style>
span { border-color: #DCFED7; }
span { border-color: rgb(220,254,215); }
td.TdClassName
{
border-color: #DCFED7;
}
.TagClassName
{
border-color: #DCFED7;
}
</style>