Shades of Tara #DAF2DB
Tints of Tara #DAF2DB
RGB
CMYK
RGB Variations
Color information
#DAF2DB (or 0xDAF2DB) is known color: Tara. HEX triplet: DA, F2 and DB. RGB value is (218,242,219). Sum of RGB (Red+Green+Blue) = 218+242+219=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2DB is #250D24. Grayscale: #E8E8E8. Windows color (decimal): -2428197 or 14414554. OLE color: 14414554.
HSL color Cylindrical-coordinate representation of color #DAF2DB: hue angle of 122.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2DB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 242 | 219 | - |
CMYK | 0.10 | 0 | 0.10 | 0.05 |
HSL | 122.5º | 0.48% | 0.9% | - |
HSV(B) | 122.5º | 0.1% | 0.95% | - |
XYZ | 73.45 | 83.52 | 79.27 | - |
YUV | 232.2 | 120.55 | 117.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 242 | 219 | 0.10 | 0 | 0.10 | 0.05 | 122.5 | 0.48 | 0.9 |
Hex | DA | F2 | DB | A | 0 | A | 5 | 7B | 30 | 5A |
Octal | 332 | 362 | 333 | 12 | 0 | 12 | 5 | 173 | 60 | 132 |
Binary | 11011010 | 11110010 | 11011011 | 1010 | 0 | 1010 | 101 | 1111011 | 110000 | 1011010 |
Color Harmonies of #DAF2DB
Complementary color
Monochromatic Colors of #DAF2DB
Black with #DAF2DB
Text Example
Text Example
White with #DAF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2DB; }
p { color: rgb(218,242,219); }
H1.HeaderClassName
{
color: #DAF2DB;
}
.AnyTagClassName
{
color: #DAF2DB;
}
</style>
background-color css
<style>
a { background-color: #DAF2DB; }
a { background-color: rgb(218,242,219); }
div.DivClassName
{
background-color: #DAF2DB;
}
.BgClassName
{
background-color: #DAF2DB;
}
</style>
border-color css
<style>
span { border-color: #DAF2DB; }
span { border-color: rgb(218,242,219); }
td.TdClassName
{
border-color: #DAF2DB;
}
.TagClassName
{
border-color: #DAF2DB;
}
</style>