Shades of Tara #DAFADB
Tints of Tara #DAFADB
RGB
CMYK
RGB Variations
Color information
#DAFADB (or 0xDAFADB) is known color: Tara. HEX triplet: DA, FA and DB. RGB value is (218,250,219). Sum of RGB (Red+Green+Blue) = 218+250+219=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFADB is #250524. Grayscale: #ECECEC. Windows color (decimal): -2426149 or 14416602. OLE color: 14416602.
HSL color Cylindrical-coordinate representation of color #DAFADB: hue angle of 121.88º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFADB is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 250 | 219 | - |
CMYK | 0.13 | 0 | 0.12 | 0.02 |
HSL | 121.88º | 0.76% | 0.92% | - |
HSV(B) | 121.88º | 0.13% | 0.98% | - |
XYZ | 75.89 | 88.39 | 80.08 | - |
YUV | 236.9 | 117.9 | 114.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 250 | 219 | 0.13 | 0 | 0.12 | 0.02 | 121.88 | 0.76 | 0.92 |
Hex | DA | FA | DB | D | 0 | C | 2 | 7A | 4C | 5C |
Octal | 332 | 372 | 333 | 15 | 0 | 14 | 2 | 172 | 114 | 134 |
Binary | 11011010 | 11111010 | 11011011 | 1101 | 0 | 1100 | 10 | 1111010 | 1001100 | 1011100 |
Color Harmonies of #DAFADB
Complementary color
Monochromatic Colors of #DAFADB
Black with #DAFADB
Text Example
Text Example
White with #DAFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFADB; }
p { color: rgb(218,250,219); }
H1.HeaderClassName
{
color: #DAFADB;
}
.AnyTagClassName
{
color: #DAFADB;
}
</style>
background-color css
<style>
a { background-color: #DAFADB; }
a { background-color: rgb(218,250,219); }
div.DivClassName
{
background-color: #DAFADB;
}
.BgClassName
{
background-color: #DAFADB;
}
</style>
border-color css
<style>
span { border-color: #DAFADB; }
span { border-color: rgb(218,250,219); }
td.TdClassName
{
border-color: #DAFADB;
}
.TagClassName
{
border-color: #DAFADB;
}
</style>