Shades of Tara #D5FCD6
Tints of Tara #D5FCD6
RGB
CMYK
RGB Variations
Color information
#D5FCD6 (or 0xD5FCD6) is known color: Tara. HEX triplet: D5, FC and D6. RGB value is (213,252,214). Sum of RGB (Red+Green+Blue) = 213+252+214=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 214 (83.98% from 255 or 31.52% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCD6 is #2A0329. Grayscale: #ECECEC. Windows color (decimal): -2753322 or 14089429. OLE color: 14089429.
HSL color Cylindrical-coordinate representation of color #D5FCD6: hue angle of 121.54º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCD6 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 214 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.01 |
| HSL | 121.54º | 0.87% | 0.91% | - |
| HSV(B) | 121.54º | 0.15% | 0.99% | - |
| XYZ | 74.39 | 88.62 | 76.8 | - |
| YUV | 236.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 214 | 0.15 | 0 | 0.15 | 0.01 | 121.54 | 0.87 | 0.91 |
| Hex | D5 | FC | D6 | F | 0 | F | 1 | 7A | 57 | 5B |
| Octal | 325 | 374 | 326 | 17 | 0 | 17 | 1 | 172 | 127 | 133 |
| Binary | 11010101 | 11111100 | 11010110 | 1111 | 0 | 1111 | 1 | 1111010 | 1010111 | 1011011 |
Color Harmonies of #D5FCD6
Complementary color
Monochromatic Colors of #D5FCD6
Black with #D5FCD6
Text Example
Text Example
White with #D5FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCD6; }
p { color: rgb(213,252,214); }
H1.HeaderClassName
{
color: #D5FCD6;
}
.AnyTagClassName
{
color: #D5FCD6;
}
</style>
background-color css
<style>
a { background-color: #D5FCD6; }
a { background-color: rgb(213,252,214); }
div.DivClassName
{
background-color: #D5FCD6;
}
.BgClassName
{
background-color: #D5FCD6;
}
</style>
border-color css
<style>
span { border-color: #D5FCD6; }
span { border-color: rgb(213,252,214); }
td.TdClassName
{
border-color: #D5FCD6;
}
.TagClassName
{
border-color: #D5FCD6;
}
</style>