Shades of Tara #D5FCD4
Tints of Tara #D5FCD4
RGB
CMYK
RGB Variations
Color information
#D5FCD4 (or 0xD5FCD4) is known color: Tara. HEX triplet: D5, FC and D4. RGB value is (213,252,212). Sum of RGB (Red+Green+Blue) = 213+252+212=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCD4 is #2A032B. Grayscale: #EBEBEB. Windows color (decimal): -2753324 or 13958357. OLE color: 13958357.
HSL color Cylindrical-coordinate representation of color #D5FCD4: hue angle of 118.5º 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 #D5FCD4 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 252 | 212 | - |
CMYK | 0.15 | 0 | 0.16 | 0.01 |
HSL | 118.5º | 0.87% | 0.91% | - |
HSV(B) | 118.5º | 0.16% | 0.99% | - |
XYZ | 74.13 | 88.52 | 75.47 | - |
YUV | 235.78 | 114.58 | 111.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 252 | 212 | 0.15 | 0 | 0.16 | 0.01 | 118.5 | 0.87 | 0.91 |
Hex | D5 | FC | D4 | F | 0 | 10 | 1 | 76 | 57 | 5B |
Octal | 325 | 374 | 324 | 17 | 0 | 20 | 1 | 166 | 127 | 133 |
Binary | 11010101 | 11111100 | 11010100 | 1111 | 0 | 10000 | 1 | 1110110 | 1010111 | 1011011 |
Color Harmonies of #D5FCD4
Complementary color
Monochromatic Colors of #D5FCD4
Black with #D5FCD4
Text Example
Text Example
White with #D5FCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCD4; }
p { color: rgb(213,252,212); }
H1.HeaderClassName
{
color: #D5FCD4;
}
.AnyTagClassName
{
color: #D5FCD4;
}
</style>
background-color css
<style>
a { background-color: #D5FCD4; }
a { background-color: rgb(213,252,212); }
div.DivClassName
{
background-color: #D5FCD4;
}
.BgClassName
{
background-color: #D5FCD4;
}
</style>
border-color css
<style>
span { border-color: #D5FCD4; }
span { border-color: rgb(213,252,212); }
td.TdClassName
{
border-color: #D5FCD4;
}
.TagClassName
{
border-color: #D5FCD4;
}
</style>