Shades of Tara #DAFBDB
Tints of Tara #DAFBDB
RGB
CMYK
RGB Variations
Color information
#DAFBDB (or 0xDAFBDB) is known color: Tara. HEX triplet: DA, FB and DB. RGB value is (218,251,219). Sum of RGB (Red+Green+Blue) = 218+251+219=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBDB is #250424. Grayscale: #EDEDED. Windows color (decimal): -2425893 or 14416858. OLE color: 14416858.
HSL color Cylindrical-coordinate representation of color #DAFBDB: hue angle of 121.82º degrees, saturation: 0.8, 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 #DAFBDB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 219 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.02 |
| HSL | 121.82º | 0.8% | 0.92% | - |
| HSV(B) | 121.82º | 0.13% | 0.98% | - |
| XYZ | 76.2 | 89.01 | 80.18 | - |
| YUV | 237.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 219 | 0.13 | 0 | 0.13 | 0.02 | 121.82 | 0.8 | 0.92 |
| Hex | DA | FB | DB | D | 0 | D | 2 | 7A | 50 | 5C |
| Octal | 332 | 373 | 333 | 15 | 0 | 15 | 2 | 172 | 120 | 134 |
| Binary | 11011010 | 11111011 | 11011011 | 1101 | 0 | 1101 | 10 | 1111010 | 1010000 | 1011100 |
Color Harmonies of #DAFBDB
Complementary color
Monochromatic Colors of #DAFBDB
Black with #DAFBDB
Text Example
Text Example
White with #DAFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBDB; }
p { color: rgb(218,251,219); }
H1.HeaderClassName
{
color: #DAFBDB;
}
.AnyTagClassName
{
color: #DAFBDB;
}
</style>
background-color css
<style>
a { background-color: #DAFBDB; }
a { background-color: rgb(218,251,219); }
div.DivClassName
{
background-color: #DAFBDB;
}
.BgClassName
{
background-color: #DAFBDB;
}
</style>
border-color css
<style>
span { border-color: #DAFBDB; }
span { border-color: rgb(218,251,219); }
td.TdClassName
{
border-color: #DAFBDB;
}
.TagClassName
{
border-color: #DAFBDB;
}
</style>