Shades of Tara #D5FDD5
Tints of Tara #D5FDD5
RGB
CMYK
RGB Variations
Color information
#D5FDD5 (or 0xD5FDD5) is known color: Tara. HEX triplet: D5, FD and D5. RGB value is (213,253,213). Sum of RGB (Red+Green+Blue) = 213+253+213=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDD5 is #2A022A. Grayscale: #ECECEC. Windows color (decimal): -2753067 or 14024149. OLE color: 14024149.
HSL color Cylindrical-coordinate representation of color #D5FDD5: hue angle of 120º degrees, saturation: 0.91, 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 #D5FDD5 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 253 | 213 | - |
CMYK | 0.16 | 0 | 0.16 | 0.01 |
HSL | 120º | 0.91% | 0.91% | - |
HSV(B) | 120º | 0.16% | 0.99% | - |
XYZ | 74.58 | 89.2 | 76.24 | - |
YUV | 236.48 | 114.75 | 111.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 253 | 213 | 0.16 | 0 | 0.16 | 0.01 | 120 | 0.91 | 0.91 |
Hex | D5 | FD | D5 | 10 | 0 | 10 | 1 | 78 | 5B | 5B |
Octal | 325 | 375 | 325 | 20 | 0 | 20 | 1 | 170 | 133 | 133 |
Binary | 11010101 | 11111101 | 11010101 | 10000 | 0 | 10000 | 1 | 1111000 | 1011011 | 1011011 |
Color Harmonies of #D5FDD5
Complementary color
Monochromatic Colors of #D5FDD5
Black with #D5FDD5
Text Example
Text Example
White with #D5FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FDD5; }
p { color: rgb(213,253,213); }
H1.HeaderClassName
{
color: #D5FDD5;
}
.AnyTagClassName
{
color: #D5FDD5;
}
</style>
background-color css
<style>
a { background-color: #D5FDD5; }
a { background-color: rgb(213,253,213); }
div.DivClassName
{
background-color: #D5FDD5;
}
.BgClassName
{
background-color: #D5FDD5;
}
</style>
border-color css
<style>
span { border-color: #D5FDD5; }
span { border-color: rgb(213,253,213); }
td.TdClassName
{
border-color: #D5FDD5;
}
.TagClassName
{
border-color: #D5FDD5;
}
</style>