Shades of Tara #D4FDD5
Tints of Tara #D4FDD5
RGB
CMYK
RGB Variations
Color information
#D4FDD5 (or 0xD4FDD5) is known color: Tara. HEX triplet: D4, FD and D5. RGB value is (212,253,213). Sum of RGB (Red+Green+Blue) = 212+253+213=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 213 (83.59% from 255 or 31.42% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FDD5 is #2B022A. Grayscale: #ECECEC. Windows color (decimal): -2818603 or 14024148. OLE color: 14024148.
HSL color Cylindrical-coordinate representation of color #D4FDD5: hue angle of 121.46º 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 #D4FDD5 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 253 | 213 | - |
CMYK | 0.16 | 0 | 0.16 | 0.01 |
HSL | 121.46º | 0.91% | 0.91% | - |
HSV(B) | 121.46º | 0.16% | 0.99% | - |
XYZ | 74.29 | 89.05 | 76.22 | - |
YUV | 236.18 | 114.92 | 110.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 253 | 213 | 0.16 | 0 | 0.16 | 0.01 | 121.46 | 0.91 | 0.91 |
Hex | D4 | FD | D5 | 10 | 0 | 10 | 1 | 79 | 5B | 5B |
Octal | 324 | 375 | 325 | 20 | 0 | 20 | 1 | 171 | 133 | 133 |
Binary | 11010100 | 11111101 | 11010101 | 10000 | 0 | 10000 | 1 | 1111001 | 1011011 | 1011011 |
Color Harmonies of #D4FDD5
Complementary color
Monochromatic Colors of #D4FDD5
Black with #D4FDD5
Text Example
Text Example
White with #D4FDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FDD5; }
p { color: rgb(212,253,213); }
H1.HeaderClassName
{
color: #D4FDD5;
}
.AnyTagClassName
{
color: #D4FDD5;
}
</style>
background-color css
<style>
a { background-color: #D4FDD5; }
a { background-color: rgb(212,253,213); }
div.DivClassName
{
background-color: #D4FDD5;
}
.BgClassName
{
background-color: #D4FDD5;
}
</style>
border-color css
<style>
span { border-color: #D4FDD5; }
span { border-color: rgb(212,253,213); }
td.TdClassName
{
border-color: #D4FDD5;
}
.TagClassName
{
border-color: #D4FDD5;
}
</style>