Shades of Tara #D9FEDA
Tints of Tara #D9FEDA
RGB
CMYK
RGB Variations
Color information
#D9FEDA (or 0xD9FEDA) is known color: Tara. HEX triplet: D9, FE and DA. RGB value is (217,254,218). Sum of RGB (Red+Green+Blue) = 217+254+218=689 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.49% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FEDA is #260125. Grayscale: #EEEEEE. Windows color (decimal): -2490662 or 14352089. OLE color: 14352089.
HSL color Cylindrical-coordinate representation of color #D9FEDA: hue angle of 121.62º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FEDA is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 217 | 254 | 218 | - |
CMYK | 0.15 | 0 | 0.14 | 0.00 |
HSL | 121.62º | 0.95% | 0.92% | - |
HSV(B) | 121.62º | 0.15% | 1% | - |
XYZ | 76.71 | 90.7 | 79.79 | - |
YUV | 238.83 | 116.24 | 112.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 254 | 218 | 0.15 | 0 | 0.14 | 0.00 | 121.62 | 0.95 | 0.92 |
Hex | D9 | FE | DA | F | 0 | E | 0 | 7A | 5F | 5C |
Octal | 331 | 376 | 332 | 17 | 0 | 16 | 0 | 172 | 137 | 134 |
Binary | 11011001 | 11111110 | 11011010 | 1111 | 0 | 1110 | 0 | 1111010 | 1011111 | 1011100 |
Color Harmonies of #D9FEDA
Complementary color
Monochromatic Colors of #D9FEDA
Black with #D9FEDA
Text Example
Text Example
White with #D9FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FEDA; }
p { color: rgb(217,254,218); }
H1.HeaderClassName
{
color: #D9FEDA;
}
.AnyTagClassName
{
color: #D9FEDA;
}
</style>
background-color css
<style>
a { background-color: #D9FEDA; }
a { background-color: rgb(217,254,218); }
div.DivClassName
{
background-color: #D9FEDA;
}
.BgClassName
{
background-color: #D9FEDA;
}
</style>
border-color css
<style>
span { border-color: #D9FEDA; }
span { border-color: rgb(217,254,218); }
td.TdClassName
{
border-color: #D9FEDA;
}
.TagClassName
{
border-color: #D9FEDA;
}
</style>