Shades of Tara #D5FFD5
Tints of Tara #D5FFD5
RGB
CMYK
RGB Variations
Color information
#D5FFD5 (or 0xD5FFD5) is known color: Tara. HEX triplet: D5, FF and D5. RGB value is (213,255,213). Sum of RGB (Red+Green+Blue) = 213+255+213=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFD5 is #2A002A. Grayscale: #EDEDED. Windows color (decimal): -2752555 or 14024661. OLE color: 14024661.
HSL color Cylindrical-coordinate representation of color #D5FFD5: hue angle of 120º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FFD5 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 255 | 213 | - |
CMYK | 0.16 | 0 | 0.16 | 0 |
HSL | 120º | 1% | 0.92% | - |
HSV(B) | 120º | 0.16% | 1% | - |
XYZ | 75.21 | 90.47 | 76.45 | - |
YUV | 237.65 | 114.09 | 110.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 255 | 213 | 0.16 | 0 | 0.16 | 0 | 120 | 1 | 0.92 |
Hex | D5 | FF | D5 | 10 | 0 | 10 | 0 | 78 | 64 | 5C |
Octal | 325 | 377 | 325 | 20 | 0 | 20 | 0 | 170 | 144 | 134 |
Binary | 11010101 | 11111111 | 11010101 | 10000 | 0 | 10000 | 0 | 1111000 | 1100100 | 1011100 |
Color Harmonies of #D5FFD5
Complementary color
Monochromatic Colors of #D5FFD5
Black with #D5FFD5
Text Example
Text Example
White with #D5FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFD5; }
p { color: rgb(213,255,213); }
H1.HeaderClassName
{
color: #D5FFD5;
}
.AnyTagClassName
{
color: #D5FFD5;
}
</style>
background-color css
<style>
a { background-color: #D5FFD5; }
a { background-color: rgb(213,255,213); }
div.DivClassName
{
background-color: #D5FFD5;
}
.BgClassName
{
background-color: #D5FFD5;
}
</style>
border-color css
<style>
span { border-color: #D5FFD5; }
span { border-color: rgb(213,255,213); }
td.TdClassName
{
border-color: #D5FFD5;
}
.TagClassName
{
border-color: #D5FFD5;
}
</style>