Shades of Tara #DAF2DA
Tints of Tara #DAF2DA
RGB
CMYK
RGB Variations
Color information
#DAF2DA (or 0xDAF2DA) is known color: Tara. HEX triplet: DA, F2 and DA. RGB value is (218,242,218). Sum of RGB (Red+Green+Blue) = 218+242+218=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2DA is #250D25. Grayscale: #E8E8E8. Windows color (decimal): -2428198 or 14349018. OLE color: 14349018.
HSL color Cylindrical-coordinate representation of color #DAF2DA: hue angle of 120º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2DA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 218 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.05 |
| HSL | 120º | 0.48% | 0.9% | - |
| HSV(B) | 120º | 0.1% | 0.95% | - |
| XYZ | 73.32 | 83.47 | 78.58 | - |
| YUV | 232.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 218 | 0.10 | 0 | 0.10 | 0.05 | 120 | 0.48 | 0.9 |
| Hex | DA | F2 | DA | A | 0 | A | 5 | 78 | 30 | 5A |
| Octal | 332 | 362 | 332 | 12 | 0 | 12 | 5 | 170 | 60 | 132 |
| Binary | 11011010 | 11110010 | 11011010 | 1010 | 0 | 1010 | 101 | 1111000 | 110000 | 1011010 |
Color Harmonies of #DAF2DA
Complementary color
Monochromatic Colors of #DAF2DA
Black with #DAF2DA
Text Example
Text Example
White with #DAF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2DA; }
p { color: rgb(218,242,218); }
H1.HeaderClassName
{
color: #DAF2DA;
}
.AnyTagClassName
{
color: #DAF2DA;
}
</style>
background-color css
<style>
a { background-color: #DAF2DA; }
a { background-color: rgb(218,242,218); }
div.DivClassName
{
background-color: #DAF2DA;
}
.BgClassName
{
background-color: #DAF2DA;
}
</style>
border-color css
<style>
span { border-color: #DAF2DA; }
span { border-color: rgb(218,242,218); }
td.TdClassName
{
border-color: #DAF2DA;
}
.TagClassName
{
border-color: #DAF2DA;
}
</style>