Shades of Tara #DCFEDA
Tints of Tara #DCFEDA
RGB
CMYK
RGB Variations
Color information
#DCFEDA (or 0xDCFEDA) is known color: Tara. HEX triplet: DC, FE and DA. RGB value is (220,254,218). Sum of RGB (Red+Green+Blue) = 220+254+218=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEDA is #230125. Grayscale: #EFEFEF. Windows color (decimal): -2294054 or 14352092. OLE color: 14352092.
HSL color Cylindrical-coordinate representation of color #DCFEDA: hue angle of 116.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFEDA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 218 | - |
CMYK | 0.13 | 0 | 0.14 | 0.00 |
HSL | 116.67º | 0.95% | 0.93% | - |
HSV(B) | 116.67º | 0.14% | 1% | - |
XYZ | 77.61 | 91.16 | 79.83 | - |
YUV | 239.73 | 115.74 | 113.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 218 | 0.13 | 0 | 0.14 | 0.00 | 116.67 | 0.95 | 0.93 |
Hex | DC | FE | DA | D | 0 | E | 0 | 75 | 5F | 5D |
Octal | 334 | 376 | 332 | 15 | 0 | 16 | 0 | 165 | 137 | 135 |
Binary | 11011100 | 11111110 | 11011010 | 1101 | 0 | 1110 | 0 | 1110101 | 1011111 | 1011101 |
Color Harmonies of #DCFEDA
Complementary color
Monochromatic Colors of #DCFEDA
Black with #DCFEDA
Text Example
Text Example
White with #DCFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEDA; }
p { color: rgb(220,254,218); }
H1.HeaderClassName
{
color: #DCFEDA;
}
.AnyTagClassName
{
color: #DCFEDA;
}
</style>
background-color css
<style>
a { background-color: #DCFEDA; }
a { background-color: rgb(220,254,218); }
div.DivClassName
{
background-color: #DCFEDA;
}
.BgClassName
{
background-color: #DCFEDA;
}
</style>
border-color css
<style>
span { border-color: #DCFEDA; }
span { border-color: rgb(220,254,218); }
td.TdClassName
{
border-color: #DCFEDA;
}
.TagClassName
{
border-color: #DCFEDA;
}
</style>