Shades of Tara #D5F1D7
Tints of Tara #D5F1D7
RGB
CMYK
RGB Variations
Color information
#D5F1D7 (or 0xD5F1D7) is known color: Tara. HEX triplet: D5, F1 and D7. RGB value is (213,241,215). Sum of RGB (Red+Green+Blue) = 213+241+215=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1D7 is #2A0E28. Grayscale: #E5E5E5. Windows color (decimal): -2756137 or 14152149. OLE color: 14152149.
HSL color Cylindrical-coordinate representation of color #D5F1D7: hue angle of 124.29º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1D7 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 215 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.05 |
| HSL | 124.29º | 0.5% | 0.89% | - |
| HSV(B) | 124.29º | 0.12% | 0.95% | - |
| XYZ | 71.16 | 81.96 | 76.36 | - |
| YUV | 229.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 215 | 0.12 | 0 | 0.11 | 0.05 | 124.29 | 0.5 | 0.89 |
| Hex | D5 | F1 | D7 | C | 0 | B | 5 | 7C | 32 | 59 |
| Octal | 325 | 361 | 327 | 14 | 0 | 13 | 5 | 174 | 62 | 131 |
| Binary | 11010101 | 11110001 | 11010111 | 1100 | 0 | 1011 | 101 | 1111100 | 110010 | 1011001 |
Color Harmonies of #D5F1D7
Complementary color
Monochromatic Colors of #D5F1D7
Black with #D5F1D7
Text Example
Text Example
White with #D5F1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F1D7; }
p { color: rgb(213,241,215); }
H1.HeaderClassName
{
color: #D5F1D7;
}
.AnyTagClassName
{
color: #D5F1D7;
}
</style>
background-color css
<style>
a { background-color: #D5F1D7; }
a { background-color: rgb(213,241,215); }
div.DivClassName
{
background-color: #D5F1D7;
}
.BgClassName
{
background-color: #D5F1D7;
}
</style>
border-color css
<style>
span { border-color: #D5F1D7; }
span { border-color: rgb(213,241,215); }
td.TdClassName
{
border-color: #D5F1D7;
}
.TagClassName
{
border-color: #D5F1D7;
}
</style>