Shades of Tara #D9FBD6
Tints of Tara #D9FBD6
RGB
CMYK
RGB Variations
Color information
#D9FBD6 (or 0xD9FBD6) is known color: Tara. HEX triplet: D9, FB and D6. RGB value is (217,251,214). Sum of RGB (Red+Green+Blue) = 217+251+214=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FBD6 is #260429. Grayscale: #ECECEC. Windows color (decimal): -2491434 or 14089177. OLE color: 14089177.
HSL color Cylindrical-coordinate representation of color #D9FBD6: hue angle of 115.14º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FBD6 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 251 | 214 | - |
CMYK | 0.14 | 0 | 0.15 | 0.02 |
HSL | 115.14º | 0.82% | 0.91% | - |
HSV(B) | 115.14º | 0.15% | 0.98% | - |
XYZ | 75.25 | 88.6 | 76.75 | - |
YUV | 236.62 | 115.24 | 114.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 251 | 214 | 0.14 | 0 | 0.15 | 0.02 | 115.14 | 0.82 | 0.91 |
Hex | D9 | FB | D6 | E | 0 | F | 2 | 73 | 52 | 5B |
Octal | 331 | 373 | 326 | 16 | 0 | 17 | 2 | 163 | 122 | 133 |
Binary | 11011001 | 11111011 | 11010110 | 1110 | 0 | 1111 | 10 | 1110011 | 1010010 | 1011011 |
Color Harmonies of #D9FBD6
Complementary color
Monochromatic Colors of #D9FBD6
Black with #D9FBD6
Text Example
Text Example
White with #D9FBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FBD6; }
p { color: rgb(217,251,214); }
H1.HeaderClassName
{
color: #D9FBD6;
}
.AnyTagClassName
{
color: #D9FBD6;
}
</style>
background-color css
<style>
a { background-color: #D9FBD6; }
a { background-color: rgb(217,251,214); }
div.DivClassName
{
background-color: #D9FBD6;
}
.BgClassName
{
background-color: #D9FBD6;
}
</style>
border-color css
<style>
span { border-color: #D9FBD6; }
span { border-color: rgb(217,251,214); }
td.TdClassName
{
border-color: #D9FBD6;
}
.TagClassName
{
border-color: #D9FBD6;
}
</style>