Shades of Tara #D9FBD9
Tints of Tara #D9FBD9
RGB
CMYK
RGB Variations
Color information
#D9FBD9 (or 0xD9FBD9) is known color: Tara. HEX triplet: D9, FB and D9. RGB value is (217,251,217). Sum of RGB (Red+Green+Blue) = 217+251+217=685 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.68% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FBD9 is #260426. Grayscale: #EDEDED. Windows color (decimal): -2491431 or 14285785. OLE color: 14285785.
HSL color Cylindrical-coordinate representation of color #D9FBD9: hue angle of 120º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FBD9 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 251 | 217 | - |
CMYK | 0.14 | 0 | 0.14 | 0.02 |
HSL | 120º | 0.81% | 0.92% | - |
HSV(B) | 120º | 0.14% | 0.98% | - |
XYZ | 75.64 | 88.76 | 78.79 | - |
YUV | 236.96 | 116.74 | 113.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 251 | 217 | 0.14 | 0 | 0.14 | 0.02 | 120 | 0.81 | 0.92 |
Hex | D9 | FB | D9 | E | 0 | E | 2 | 78 | 51 | 5C |
Octal | 331 | 373 | 331 | 16 | 0 | 16 | 2 | 170 | 121 | 134 |
Binary | 11011001 | 11111011 | 11011001 | 1110 | 0 | 1110 | 10 | 1111000 | 1010001 | 1011100 |
Color Harmonies of #D9FBD9
Complementary color
Monochromatic Colors of #D9FBD9
Black with #D9FBD9
Text Example
Text Example
White with #D9FBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FBD9; }
p { color: rgb(217,251,217); }
H1.HeaderClassName
{
color: #D9FBD9;
}
.AnyTagClassName
{
color: #D9FBD9;
}
</style>
background-color css
<style>
a { background-color: #D9FBD9; }
a { background-color: rgb(217,251,217); }
div.DivClassName
{
background-color: #D9FBD9;
}
.BgClassName
{
background-color: #D9FBD9;
}
</style>
border-color css
<style>
span { border-color: #D9FBD9; }
span { border-color: rgb(217,251,217); }
td.TdClassName
{
border-color: #D9FBD9;
}
.TagClassName
{
border-color: #D9FBD9;
}
</style>