Shades of Tara #D1FCD5
Tints of Tara #D1FCD5
RGB
CMYK
RGB Variations
Color information
#D1FCD5 (or 0xD1FCD5) is known color: Tara. HEX triplet: D1, FC and D5. RGB value is (209,252,213). Sum of RGB (Red+Green+Blue) = 209+252+213=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #D1FCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FCD5 is #2E032A. Grayscale: #EAEAEA. Windows color (decimal): -3015467 or 14023889. OLE color: 14023889.
HSL color Cylindrical-coordinate representation of color #D1FCD5: hue angle of 125.58º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FCD5 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 252 | 213 | - |
CMYK | 0.17 | 0 | 0.15 | 0.01 |
HSL | 125.58º | 0.88% | 0.9% | - |
HSV(B) | 125.58º | 0.17% | 0.99% | - |
XYZ | 73.12 | 87.98 | 76.08 | - |
YUV | 234.7 | 115.75 | 109.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 252 | 213 | 0.17 | 0 | 0.15 | 0.01 | 125.58 | 0.88 | 0.9 |
Hex | D1 | FC | D5 | 11 | 0 | F | 1 | 7E | 58 | 5A |
Octal | 321 | 374 | 325 | 21 | 0 | 17 | 1 | 176 | 130 | 132 |
Binary | 11010001 | 11111100 | 11010101 | 10001 | 0 | 1111 | 1 | 1111110 | 1011000 | 1011010 |
Color Harmonies of #D1FCD5
Complementary color
Monochromatic Colors of #D1FCD5
Black with #D1FCD5
Text Example
Text Example
White with #D1FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FCD5; }
p { color: rgb(209,252,213); }
H1.HeaderClassName
{
color: #D1FCD5;
}
.AnyTagClassName
{
color: #D1FCD5;
}
</style>
background-color css
<style>
a { background-color: #D1FCD5; }
a { background-color: rgb(209,252,213); }
div.DivClassName
{
background-color: #D1FCD5;
}
.BgClassName
{
background-color: #D1FCD5;
}
</style>
border-color css
<style>
span { border-color: #D1FCD5; }
span { border-color: rgb(209,252,213); }
td.TdClassName
{
border-color: #D1FCD5;
}
.TagClassName
{
border-color: #D1FCD5;
}
</style>