Shades of Tara #D3FCD5
Tints of Tara #D3FCD5
RGB
CMYK
RGB Variations
Color information
#D3FCD5 (or 0xD3FCD5) is known color: Tara. HEX triplet: D3, FC and D5. RGB value is (211,252,213). Sum of RGB (Red+Green+Blue) = 211+252+213=676 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.21% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FCD5 is #2C032A. Grayscale: #EBEBEB. Windows color (decimal): -2884395 or 14023891. OLE color: 14023891.
HSL color Cylindrical-coordinate representation of color #D3FCD5: hue angle of 122.93º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3FCD5 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 213 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.01 |
| HSL | 122.93º | 0.87% | 0.91% | - |
| HSV(B) | 122.93º | 0.16% | 0.99% | - |
| XYZ | 73.68 | 88.27 | 76.11 | - |
| YUV | 235.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 213 | 0.16 | 0 | 0.15 | 0.01 | 122.93 | 0.87 | 0.91 |
| Hex | D3 | FC | D5 | 10 | 0 | F | 1 | 7B | 57 | 5B |
| Octal | 323 | 374 | 325 | 20 | 0 | 17 | 1 | 173 | 127 | 133 |
| Binary | 11010011 | 11111100 | 11010101 | 10000 | 0 | 1111 | 1 | 1111011 | 1010111 | 1011011 |
Color Harmonies of #D3FCD5
Complementary color
Monochromatic Colors of #D3FCD5
Black with #D3FCD5
Text Example
Text Example
White with #D3FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FCD5; }
p { color: rgb(211,252,213); }
H1.HeaderClassName
{
color: #D3FCD5;
}
.AnyTagClassName
{
color: #D3FCD5;
}
</style>
background-color css
<style>
a { background-color: #D3FCD5; }
a { background-color: rgb(211,252,213); }
div.DivClassName
{
background-color: #D3FCD5;
}
.BgClassName
{
background-color: #D3FCD5;
}
</style>
border-color css
<style>
span { border-color: #D3FCD5; }
span { border-color: rgb(211,252,213); }
td.TdClassName
{
border-color: #D3FCD5;
}
.TagClassName
{
border-color: #D3FCD5;
}
</style>