Shades of Tara #DAEADA
Tints of Tara #DAEADA
RGB
CMYK
RGB Variations
Color information
#DAEADA (or 0xDAEADA) is known color: Tara. HEX triplet: DA, EA and DA. RGB value is (218,234,218). Sum of RGB (Red+Green+Blue) = 218+234+218=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEADA is #251525. Grayscale: #E3E3E3. Windows color (decimal): -2430246 or 14346970. OLE color: 14346970.
HSL color Cylindrical-coordinate representation of color #DAEADA: hue angle of 120º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEADA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 218 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.08 |
| HSL | 120º | 0.28% | 0.89% | - |
| HSV(B) | 120º | 0.07% | 0.92% | - |
| XYZ | 70.99 | 78.81 | 77.8 | - |
| YUV | 227.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 218 | 0.07 | 0 | 0.07 | 0.08 | 120 | 0.28 | 0.89 |
| Hex | DA | EA | DA | 7 | 0 | 7 | 8 | 78 | 1C | 59 |
| Octal | 332 | 352 | 332 | 7 | 0 | 7 | 10 | 170 | 34 | 131 |
| Binary | 11011010 | 11101010 | 11011010 | 111 | 0 | 111 | 1000 | 1111000 | 11100 | 1011001 |
Color Harmonies of #DAEADA
Complementary color
Monochromatic Colors of #DAEADA
Black with #DAEADA
Text Example
Text Example
White with #DAEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEADA; }
p { color: rgb(218,234,218); }
H1.HeaderClassName
{
color: #DAEADA;
}
.AnyTagClassName
{
color: #DAEADA;
}
</style>
background-color css
<style>
a { background-color: #DAEADA; }
a { background-color: rgb(218,234,218); }
div.DivClassName
{
background-color: #DAEADA;
}
.BgClassName
{
background-color: #DAEADA;
}
</style>
border-color css
<style>
span { border-color: #DAEADA; }
span { border-color: rgb(218,234,218); }
td.TdClassName
{
border-color: #DAEADA;
}
.TagClassName
{
border-color: #DAEADA;
}
</style>