Shades of Tara #DAFED9
Tints of Tara #DAFED9
RGB
CMYK
RGB Variations
Color information
#DAFED9 (or 0xDAFED9) is known color: Tara. HEX triplet: DA, FE and D9. RGB value is (218,254,217). Sum of RGB (Red+Green+Blue) = 218+254+217=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED9 is #250126. Grayscale: #EFEFEF. Windows color (decimal): -2425127 or 14286554. OLE color: 14286554.
HSL color Cylindrical-coordinate representation of color #DAFED9: hue angle of 118.38º 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 #DAFED9 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 217 | - |
CMYK | 0.14 | 0 | 0.15 | 0.00 |
HSL | 118.38º | 0.95% | 0.92% | - |
HSV(B) | 118.38º | 0.15% | 1% | - |
XYZ | 76.88 | 90.8 | 79.12 | - |
YUV | 239.02 | 115.57 | 113.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 217 | 0.14 | 0 | 0.15 | 0.00 | 118.38 | 0.95 | 0.92 |
Hex | DA | FE | D9 | E | 0 | F | 0 | 76 | 5F | 5C |
Octal | 332 | 376 | 331 | 16 | 0 | 17 | 0 | 166 | 137 | 134 |
Binary | 11011010 | 11111110 | 11011001 | 1110 | 0 | 1111 | 0 | 1110110 | 1011111 | 1011100 |
Color Harmonies of #DAFED9
Complementary color
Monochromatic Colors of #DAFED9
Black with #DAFED9
Text Example
Text Example
White with #DAFED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFED9; }
p { color: rgb(218,254,217); }
H1.HeaderClassName
{
color: #DAFED9;
}
.AnyTagClassName
{
color: #DAFED9;
}
</style>
background-color css
<style>
a { background-color: #DAFED9; }
a { background-color: rgb(218,254,217); }
div.DivClassName
{
background-color: #DAFED9;
}
.BgClassName
{
background-color: #DAFED9;
}
</style>
border-color css
<style>
span { border-color: #DAFED9; }
span { border-color: rgb(218,254,217); }
td.TdClassName
{
border-color: #DAFED9;
}
.TagClassName
{
border-color: #DAFED9;
}
</style>