Shades of Tara #D4FDD8
Tints of Tara #D4FDD8
RGB
CMYK
RGB Variations
Color information
#D4FDD8 (or 0xD4FDD8) is known color: Tara. HEX triplet: D4, FD and D8. RGB value is (212,253,216). Sum of RGB (Red+Green+Blue) = 212+253+216=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 216 (84.77% from 255 or 31.72% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FDD8 is #2B0227. Grayscale: #ECECEC. Windows color (decimal): -2818600 or 14220756. OLE color: 14220756.
HSL color Cylindrical-coordinate representation of color #D4FDD8: hue angle of 125.85º 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 #D4FDD8 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 253 | 216 | - |
CMYK | 0.16 | 0 | 0.15 | 0.01 |
HSL | 125.85º | 0.91% | 0.91% | - |
HSV(B) | 125.85º | 0.16% | 0.99% | - |
XYZ | 74.67 | 89.21 | 78.25 | - |
YUV | 236.52 | 116.42 | 110.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 253 | 216 | 0.16 | 0 | 0.15 | 0.01 | 125.85 | 0.91 | 0.91 |
Hex | D4 | FD | D8 | 10 | 0 | F | 1 | 7E | 5B | 5B |
Octal | 324 | 375 | 330 | 20 | 0 | 17 | 1 | 176 | 133 | 133 |
Binary | 11010100 | 11111101 | 11011000 | 10000 | 0 | 1111 | 1 | 1111110 | 1011011 | 1011011 |
Color Harmonies of #D4FDD8
Complementary color
Monochromatic Colors of #D4FDD8
Black with #D4FDD8
Text Example
Text Example
White with #D4FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FDD8; }
p { color: rgb(212,253,216); }
H1.HeaderClassName
{
color: #D4FDD8;
}
.AnyTagClassName
{
color: #D4FDD8;
}
</style>
background-color css
<style>
a { background-color: #D4FDD8; }
a { background-color: rgb(212,253,216); }
div.DivClassName
{
background-color: #D4FDD8;
}
.BgClassName
{
background-color: #D4FDD8;
}
</style>
border-color css
<style>
span { border-color: #D4FDD8; }
span { border-color: rgb(212,253,216); }
td.TdClassName
{
border-color: #D4FDD8;
}
.TagClassName
{
border-color: #D4FDD8;
}
</style>