Shades of Tara #D3FED4
Tints of Tara #D3FED4
RGB
CMYK
RGB Variations
Color information
#D3FED4 (or 0xD3FED4) is known color: Tara. HEX triplet: D3, FE and D4. RGB value is (211,254,212). Sum of RGB (Red+Green+Blue) = 211+254+212=677 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.17% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FED4 is #2C012B. Grayscale: #ECECEC. Windows color (decimal): -2883884 or 13958867. OLE color: 13958867.
HSL color Cylindrical-coordinate representation of color #D3FED4: hue angle of 121.4º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FED4 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 212 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.00 |
| HSL | 121.4º | 0.96% | 0.91% | - |
| HSV(B) | 121.4º | 0.17% | 1% | - |
| XYZ | 74.19 | 89.49 | 75.65 | - |
| YUV | 236.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 212 | 0.17 | 0 | 0.17 | 0.00 | 121.4 | 0.96 | 0.91 |
| Hex | D3 | FE | D4 | 11 | 0 | 11 | 0 | 79 | 60 | 5B |
| Octal | 323 | 376 | 324 | 21 | 0 | 21 | 0 | 171 | 140 | 133 |
| Binary | 11010011 | 11111110 | 11010100 | 10001 | 0 | 10001 | 0 | 1111001 | 1100000 | 1011011 |
Color Harmonies of #D3FED4
Complementary color
Monochromatic Colors of #D3FED4
Black with #D3FED4
Text Example
Text Example
White with #D3FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FED4; }
p { color: rgb(211,254,212); }
H1.HeaderClassName
{
color: #D3FED4;
}
.AnyTagClassName
{
color: #D3FED4;
}
</style>
background-color css
<style>
a { background-color: #D3FED4; }
a { background-color: rgb(211,254,212); }
div.DivClassName
{
background-color: #D3FED4;
}
.BgClassName
{
background-color: #D3FED4;
}
</style>
border-color css
<style>
span { border-color: #D3FED4; }
span { border-color: rgb(211,254,212); }
td.TdClassName
{
border-color: #D3FED4;
}
.TagClassName
{
border-color: #D3FED4;
}
</style>