Shades of Tara #D7FFD4
Tints of Tara #D7FFD4
RGB
CMYK
RGB Variations
Color information
#D7FFD4 (or 0xD7FFD4) is known color: Tara. HEX triplet: D7, FF and D4. RGB value is (215,255,212). Sum of RGB (Red+Green+Blue) = 215+255+212=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFD4 is #28002B. Grayscale: #EEEEEE. Windows color (decimal): -2621484 or 13959127. OLE color: 13959127.
HSL color Cylindrical-coordinate representation of color #D7FFD4: hue angle of 115.81º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7FFD4 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 212 | - |
| CMYK | 0.16 | 0 | 0.17 | 0 |
| HSL | 115.81º | 1% | 0.92% | - |
| HSV(B) | 115.81º | 0.17% | 1% | - |
| XYZ | 75.67 | 90.72 | 75.81 | - |
| YUV | 238.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 212 | 0.16 | 0 | 0.17 | 0 | 115.81 | 1 | 0.92 |
| Hex | D7 | FF | D4 | 10 | 0 | 11 | 0 | 74 | 64 | 5C |
| Octal | 327 | 377 | 324 | 20 | 0 | 21 | 0 | 164 | 144 | 134 |
| Binary | 11010111 | 11111111 | 11010100 | 10000 | 0 | 10001 | 0 | 1110100 | 1100100 | 1011100 |
Color Harmonies of #D7FFD4
Complementary color
Monochromatic Colors of #D7FFD4
Black with #D7FFD4
Text Example
Text Example
White with #D7FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFD4; }
p { color: rgb(215,255,212); }
H1.HeaderClassName
{
color: #D7FFD4;
}
.AnyTagClassName
{
color: #D7FFD4;
}
</style>
background-color css
<style>
a { background-color: #D7FFD4; }
a { background-color: rgb(215,255,212); }
div.DivClassName
{
background-color: #D7FFD4;
}
.BgClassName
{
background-color: #D7FFD4;
}
</style>
border-color css
<style>
span { border-color: #D7FFD4; }
span { border-color: rgb(215,255,212); }
td.TdClassName
{
border-color: #D7FFD4;
}
.TagClassName
{
border-color: #D7FFD4;
}
</style>