Shades of Tara #DAFFDB
Tints of Tara #DAFFDB
RGB
CMYK
RGB Variations
Color information
#DAFFDB (or 0xDAFFDB) is known color: Tara. HEX triplet: DA, FF and DB. RGB value is (218,255,219). Sum of RGB (Red+Green+Blue) = 218+255+219=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFDB is #250024. Grayscale: #EFEFEF. Windows color (decimal): -2424869 or 14417882. OLE color: 14417882.
HSL color Cylindrical-coordinate representation of color #DAFFDB: hue angle of 121.62º 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 #DAFFDB is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 219 | - |
| CMYK | 0.15 | 0 | 0.14 | 0 |
| HSL | 121.62º | 1% | 0.93% | - |
| HSV(B) | 121.62º | 0.15% | 1% | - |
| XYZ | 77.46 | 91.54 | 80.6 | - |
| YUV | 239.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 219 | 0.15 | 0 | 0.14 | 0 | 121.62 | 1 | 0.93 |
| Hex | DA | FF | DB | F | 0 | E | 0 | 7A | 64 | 5D |
| Octal | 332 | 377 | 333 | 17 | 0 | 16 | 0 | 172 | 144 | 135 |
| Binary | 11011010 | 11111111 | 11011011 | 1111 | 0 | 1110 | 0 | 1111010 | 1100100 | 1011101 |
Color Harmonies of #DAFFDB
Complementary color
Monochromatic Colors of #DAFFDB
Black with #DAFFDB
Text Example
Text Example
White with #DAFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFDB; }
p { color: rgb(218,255,219); }
H1.HeaderClassName
{
color: #DAFFDB;
}
.AnyTagClassName
{
color: #DAFFDB;
}
</style>
background-color css
<style>
a { background-color: #DAFFDB; }
a { background-color: rgb(218,255,219); }
div.DivClassName
{
background-color: #DAFFDB;
}
.BgClassName
{
background-color: #DAFFDB;
}
</style>
border-color css
<style>
span { border-color: #DAFFDB; }
span { border-color: rgb(218,255,219); }
td.TdClassName
{
border-color: #DAFFDB;
}
.TagClassName
{
border-color: #DAFFDB;
}
</style>