Shades of Tara #DAFED6
Tints of Tara #DAFED6
RGB
CMYK
RGB Variations
Color information
#DAFED6 (or 0xDAFED6) is known color: Tara. HEX triplet: DA, FE and D6. RGB value is (218,254,214). Sum of RGB (Red+Green+Blue) = 218+254+214=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED6 is #250129. Grayscale: #EEEEEE. Windows color (decimal): -2425130 or 14089946. OLE color: 14089946.
HSL color Cylindrical-coordinate representation of color #DAFED6: hue angle of 114º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAFED6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 214 | - |
CMYK | 0.14 | 0 | 0.16 | 0.00 |
HSL | 114º | 0.95% | 0.92% | - |
HSV(B) | 114º | 0.16% | 1% | - |
XYZ | 76.49 | 90.64 | 77.08 | - |
YUV | 238.68 | 114.07 | 113.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 214 | 0.14 | 0 | 0.16 | 0.00 | 114 | 0.95 | 0.92 |
Hex | DA | FE | D6 | E | 0 | 10 | 0 | 72 | 5F | 5C |
Octal | 332 | 376 | 326 | 16 | 0 | 20 | 0 | 162 | 137 | 134 |
Binary | 11011010 | 11111110 | 11010110 | 1110 | 0 | 10000 | 0 | 1110010 | 1011111 | 1011100 |
Color Harmonies of #DAFED6
Complementary color
Monochromatic Colors of #DAFED6
Black with #DAFED6
Text Example
Text Example
White with #DAFED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFED6; }
p { color: rgb(218,254,214); }
H1.HeaderClassName
{
color: #DAFED6;
}
.AnyTagClassName
{
color: #DAFED6;
}
</style>
background-color css
<style>
a { background-color: #DAFED6; }
a { background-color: rgb(218,254,214); }
div.DivClassName
{
background-color: #DAFED6;
}
.BgClassName
{
background-color: #DAFED6;
}
</style>
border-color css
<style>
span { border-color: #DAFED6; }
span { border-color: rgb(218,254,214); }
td.TdClassName
{
border-color: #DAFED6;
}
.TagClassName
{
border-color: #DAFED6;
}
</style>