Shades of Tara #DAF2D7
Tints of Tara #DAF2D7
RGB
CMYK
RGB Variations
Color information
#DAF2D7 (or 0xDAF2D7) is known color: Tara. HEX triplet: DA, F2 and D7. RGB value is (218,242,215). Sum of RGB (Red+Green+Blue) = 218+242+215=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2D7 is #250D28. Grayscale: #E7E7E7. Windows color (decimal): -2428201 or 14152410. OLE color: 14152410.
HSL color Cylindrical-coordinate representation of color #DAF2D7: hue angle of 113.33º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF2D7 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 215 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.05 |
| HSL | 113.33º | 0.51% | 0.9% | - |
| HSV(B) | 113.33º | 0.11% | 0.95% | - |
| XYZ | 72.93 | 83.32 | 76.53 | - |
| YUV | 231.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 215 | 0.10 | 0 | 0.11 | 0.05 | 113.33 | 0.51 | 0.9 |
| Hex | DA | F2 | D7 | A | 0 | B | 5 | 71 | 33 | 5A |
| Octal | 332 | 362 | 327 | 12 | 0 | 13 | 5 | 161 | 63 | 132 |
| Binary | 11011010 | 11110010 | 11010111 | 1010 | 0 | 1011 | 101 | 1110001 | 110011 | 1011010 |
Color Harmonies of #DAF2D7
Complementary color
Monochromatic Colors of #DAF2D7
Black with #DAF2D7
Text Example
Text Example
White with #DAF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2D7; }
p { color: rgb(218,242,215); }
H1.HeaderClassName
{
color: #DAF2D7;
}
.AnyTagClassName
{
color: #DAF2D7;
}
</style>
background-color css
<style>
a { background-color: #DAF2D7; }
a { background-color: rgb(218,242,215); }
div.DivClassName
{
background-color: #DAF2D7;
}
.BgClassName
{
background-color: #DAF2D7;
}
</style>
border-color css
<style>
span { border-color: #DAF2D7; }
span { border-color: rgb(218,242,215); }
td.TdClassName
{
border-color: #DAF2D7;
}
.TagClassName
{
border-color: #DAF2D7;
}
</style>