Shades of Tara #DAF3DB
Tints of Tara #DAF3DB
RGB
CMYK
RGB Variations
Color information
#DAF3DB (or 0xDAF3DB) is known color: Tara. HEX triplet: DA, F3 and DB. RGB value is (218,243,219). Sum of RGB (Red+Green+Blue) = 218+243+219=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3DB is #250C24. Grayscale: #E8E8E8. Windows color (decimal): -2427941 or 14414810. OLE color: 14414810.
HSL color Cylindrical-coordinate representation of color #DAF3DB: hue angle of 122.4º degrees, saturation: 0.51, 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 #DAF3DB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 243 | 219 | - |
CMYK | 0.10 | 0 | 0.10 | 0.05 |
HSL | 122.4º | 0.51% | 0.9% | - |
HSV(B) | 122.4º | 0.1% | 0.95% | - |
XYZ | 73.75 | 84.12 | 79.37 | - |
YUV | 232.79 | 120.22 | 117.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 243 | 219 | 0.10 | 0 | 0.10 | 0.05 | 122.4 | 0.51 | 0.9 |
Hex | DA | F3 | DB | A | 0 | A | 5 | 7A | 33 | 5A |
Octal | 332 | 363 | 333 | 12 | 0 | 12 | 5 | 172 | 63 | 132 |
Binary | 11011010 | 11110011 | 11011011 | 1010 | 0 | 1010 | 101 | 1111010 | 110011 | 1011010 |
Color Harmonies of #DAF3DB
Complementary color
Monochromatic Colors of #DAF3DB
Black with #DAF3DB
Text Example
Text Example
White with #DAF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3DB; }
p { color: rgb(218,243,219); }
H1.HeaderClassName
{
color: #DAF3DB;
}
.AnyTagClassName
{
color: #DAF3DB;
}
</style>
background-color css
<style>
a { background-color: #DAF3DB; }
a { background-color: rgb(218,243,219); }
div.DivClassName
{
background-color: #DAF3DB;
}
.BgClassName
{
background-color: #DAF3DB;
}
</style>
border-color css
<style>
span { border-color: #DAF3DB; }
span { border-color: rgb(218,243,219); }
td.TdClassName
{
border-color: #DAF3DB;
}
.TagClassName
{
border-color: #DAF3DB;
}
</style>