Shades of Tara #D4FCD6
Tints of Tara #D4FCD6
RGB
CMYK
RGB Variations
Color information
#D4FCD6 (or 0xD4FCD6) is known color: Tara. HEX triplet: D4, FC and D6. RGB value is (212,252,214). Sum of RGB (Red+Green+Blue) = 212+252+214=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FCD6 is #2B0329. Grayscale: #EBEBEB. Windows color (decimal): -2818858 or 14089428. OLE color: 14089428.
HSL color Cylindrical-coordinate representation of color #D4FCD6: hue angle of 123º 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 #D4FCD6 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 252 | 214 | - |
CMYK | 0.16 | 0 | 0.15 | 0.01 |
HSL | 123º | 0.87% | 0.91% | - |
HSV(B) | 123º | 0.16% | 0.99% | - |
XYZ | 74.1 | 88.47 | 76.79 | - |
YUV | 235.71 | 115.75 | 111.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 252 | 214 | 0.16 | 0 | 0.15 | 0.01 | 123 | 0.87 | 0.91 |
Hex | D4 | FC | D6 | 10 | 0 | F | 1 | 7B | 57 | 5B |
Octal | 324 | 374 | 326 | 20 | 0 | 17 | 1 | 173 | 127 | 133 |
Binary | 11010100 | 11111100 | 11010110 | 10000 | 0 | 1111 | 1 | 1111011 | 1010111 | 1011011 |
Color Harmonies of #D4FCD6
Complementary color
Monochromatic Colors of #D4FCD6
Black with #D4FCD6
Text Example
Text Example
White with #D4FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCD6; }
p { color: rgb(212,252,214); }
H1.HeaderClassName
{
color: #D4FCD6;
}
.AnyTagClassName
{
color: #D4FCD6;
}
</style>
background-color css
<style>
a { background-color: #D4FCD6; }
a { background-color: rgb(212,252,214); }
div.DivClassName
{
background-color: #D4FCD6;
}
.BgClassName
{
background-color: #D4FCD6;
}
</style>
border-color css
<style>
span { border-color: #D4FCD6; }
span { border-color: rgb(212,252,214); }
td.TdClassName
{
border-color: #D4FCD6;
}
.TagClassName
{
border-color: #D4FCD6;
}
</style>