Shades of Tara #DAFFDA
Tints of Tara #DAFFDA
RGB
CMYK
RGB Variations
Color information
#DAFFDA (or 0xDAFFDA) is known color: Tara. HEX triplet: DA, FF and DA. RGB value is (218,255,218). Sum of RGB (Red+Green+Blue) = 218+255+218=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFDA is #250025. Grayscale: #EFEFEF. Windows color (decimal): -2424870 or 14352346. OLE color: 14352346.
HSL color Cylindrical-coordinate representation of color #DAFFDA: hue angle of 120º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFDA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 218 | - |
CMYK | 0.15 | 0 | 0.15 | 0 |
HSL | 120º | 1% | 0.93% | - |
HSV(B) | 120º | 0.15% | 1% | - |
XYZ | 77.33 | 91.49 | 79.91 | - |
YUV | 239.72 | 115.74 | 112.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 218 | 0.15 | 0 | 0.15 | 0 | 120 | 1 | 0.93 |
Hex | DA | FF | DA | F | 0 | F | 0 | 78 | 64 | 5D |
Octal | 332 | 377 | 332 | 17 | 0 | 17 | 0 | 170 | 144 | 135 |
Binary | 11011010 | 11111111 | 11011010 | 1111 | 0 | 1111 | 0 | 1111000 | 1100100 | 1011101 |
Color Harmonies of #DAFFDA
Complementary color
Monochromatic Colors of #DAFFDA
Black with #DAFFDA
Text Example
Text Example
White with #DAFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFDA; }
p { color: rgb(218,255,218); }
H1.HeaderClassName
{
color: #DAFFDA;
}
.AnyTagClassName
{
color: #DAFFDA;
}
</style>
background-color css
<style>
a { background-color: #DAFFDA; }
a { background-color: rgb(218,255,218); }
div.DivClassName
{
background-color: #DAFFDA;
}
.BgClassName
{
background-color: #DAFFDA;
}
</style>
border-color css
<style>
span { border-color: #DAFFDA; }
span { border-color: rgb(218,255,218); }
td.TdClassName
{
border-color: #DAFFDA;
}
.TagClassName
{
border-color: #DAFFDA;
}
</style>