Shades of Tara #D7FBD8
Tints of Tara #D7FBD8
RGB
CMYK
RGB Variations
Color information
#D7FBD8 (or 0xD7FBD8) is known color: Tara. HEX triplet: D7, FB and D8. RGB value is (215,251,216). Sum of RGB (Red+Green+Blue) = 215+251+216=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 216 (84.77% from 255 or 31.67% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FBD8 is #280427. Grayscale: #ECECEC. Windows color (decimal): -2622504 or 14220247. OLE color: 14220247.
HSL color Cylindrical-coordinate representation of color #D7FBD8: hue angle of 121.67º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7FBD8 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 251 | 216 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.02 |
| HSL | 121.67º | 0.82% | 0.91% | - |
| HSV(B) | 121.67º | 0.14% | 0.98% | - |
| XYZ | 74.92 | 88.4 | 78.08 | - |
| YUV | 236.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 251 | 216 | 0.14 | 0 | 0.14 | 0.02 | 121.67 | 0.82 | 0.91 |
| Hex | D7 | FB | D8 | E | 0 | E | 2 | 7A | 52 | 5B |
| Octal | 327 | 373 | 330 | 16 | 0 | 16 | 2 | 172 | 122 | 133 |
| Binary | 11010111 | 11111011 | 11011000 | 1110 | 0 | 1110 | 10 | 1111010 | 1010010 | 1011011 |
Color Harmonies of #D7FBD8
Complementary color
Monochromatic Colors of #D7FBD8
Black with #D7FBD8
Text Example
Text Example
White with #D7FBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FBD8; }
p { color: rgb(215,251,216); }
H1.HeaderClassName
{
color: #D7FBD8;
}
.AnyTagClassName
{
color: #D7FBD8;
}
</style>
background-color css
<style>
a { background-color: #D7FBD8; }
a { background-color: rgb(215,251,216); }
div.DivClassName
{
background-color: #D7FBD8;
}
.BgClassName
{
background-color: #D7FBD8;
}
</style>
border-color css
<style>
span { border-color: #D7FBD8; }
span { border-color: rgb(215,251,216); }
td.TdClassName
{
border-color: #D7FBD8;
}
.TagClassName
{
border-color: #D7FBD8;
}
</style>