Shades of Tara #DAF5DB
Tints of Tara #DAF5DB
RGB
CMYK
RGB Variations
Color information
#DAF5DB (or 0xDAF5DB) is known color: Tara. HEX triplet: DA, F5 and DB. RGB value is (218,245,219). Sum of RGB (Red+Green+Blue) = 218+245+219=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5DB is #250A24. Grayscale: #EAEAEA. Windows color (decimal): -2427429 or 14415322. OLE color: 14415322.
HSL color Cylindrical-coordinate representation of color #DAF5DB: hue angle of 122.22º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF5DB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 219 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.04 |
| HSL | 122.22º | 0.57% | 0.91% | - |
| HSV(B) | 122.22º | 0.11% | 0.96% | - |
| XYZ | 74.35 | 85.32 | 79.57 | - |
| YUV | 233.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 219 | 0.11 | 0 | 0.11 | 0.04 | 122.22 | 0.57 | 0.91 |
| Hex | DA | F5 | DB | B | 0 | B | 4 | 7A | 39 | 5B |
| Octal | 332 | 365 | 333 | 13 | 0 | 13 | 4 | 172 | 71 | 133 |
| Binary | 11011010 | 11110101 | 11011011 | 1011 | 0 | 1011 | 100 | 1111010 | 111001 | 1011011 |
Color Harmonies of #DAF5DB
Complementary color
Monochromatic Colors of #DAF5DB
Black with #DAF5DB
Text Example
Text Example
White with #DAF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF5DB; }
p { color: rgb(218,245,219); }
H1.HeaderClassName
{
color: #DAF5DB;
}
.AnyTagClassName
{
color: #DAF5DB;
}
</style>
background-color css
<style>
a { background-color: #DAF5DB; }
a { background-color: rgb(218,245,219); }
div.DivClassName
{
background-color: #DAF5DB;
}
.BgClassName
{
background-color: #DAF5DB;
}
</style>
border-color css
<style>
span { border-color: #DAF5DB; }
span { border-color: rgb(218,245,219); }
td.TdClassName
{
border-color: #DAF5DB;
}
.TagClassName
{
border-color: #DAF5DB;
}
</style>