Shades of Tara #DAF7DB
Tints of Tara #DAF7DB
RGB
CMYK
RGB Variations
Color information
#DAF7DB (or 0xDAF7DB) is known color: Tara. HEX triplet: DA, F7 and DB. RGB value is (218,247,219). Sum of RGB (Red+Green+Blue) = 218+247+219=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7DB is #250824. Grayscale: #EBEBEB. Windows color (decimal): -2426917 or 14415834. OLE color: 14415834.
HSL color Cylindrical-coordinate representation of color #DAF7DB: hue angle of 122.07º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7DB is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 219 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.03 |
| HSL | 122.07º | 0.64% | 0.91% | - |
| HSV(B) | 122.07º | 0.12% | 0.97% | - |
| XYZ | 74.96 | 86.54 | 79.77 | - |
| YUV | 235.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 219 | 0.12 | 0 | 0.11 | 0.03 | 122.07 | 0.64 | 0.91 |
| Hex | DA | F7 | DB | C | 0 | B | 3 | 7A | 40 | 5B |
| Octal | 332 | 367 | 333 | 14 | 0 | 13 | 3 | 172 | 100 | 133 |
| Binary | 11011010 | 11110111 | 11011011 | 1100 | 0 | 1011 | 11 | 1111010 | 1000000 | 1011011 |
Color Harmonies of #DAF7DB
Complementary color
Monochromatic Colors of #DAF7DB
Black with #DAF7DB
Text Example
Text Example
White with #DAF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF7DB; }
p { color: rgb(218,247,219); }
H1.HeaderClassName
{
color: #DAF7DB;
}
.AnyTagClassName
{
color: #DAF7DB;
}
</style>
background-color css
<style>
a { background-color: #DAF7DB; }
a { background-color: rgb(218,247,219); }
div.DivClassName
{
background-color: #DAF7DB;
}
.BgClassName
{
background-color: #DAF7DB;
}
</style>
border-color css
<style>
span { border-color: #DAF7DB; }
span { border-color: rgb(218,247,219); }
td.TdClassName
{
border-color: #DAF7DB;
}
.TagClassName
{
border-color: #DAF7DB;
}
</style>