Shades of Tara #DAF8DB
Tints of Tara #DAF8DB
RGB
CMYK
RGB Variations
Color information
#DAF8DB (or 0xDAF8DB) is known color: Tara. HEX triplet: DA, F8 and DB. RGB value is (218,248,219). Sum of RGB (Red+Green+Blue) = 218+248+219=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8DB is #250724. Grayscale: #EBEBEB. Windows color (decimal): -2426661 or 14416090. OLE color: 14416090.
HSL color Cylindrical-coordinate representation of color #DAF8DB: hue angle of 122º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF8DB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 218 | 248 | 219 | - |
CMYK | 0.12 | 0 | 0.12 | 0.03 |
HSL | 122º | 0.68% | 0.91% | - |
HSV(B) | 122º | 0.12% | 0.97% | - |
XYZ | 75.27 | 87.15 | 79.87 | - |
YUV | 235.72 | 118.56 | 115.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 248 | 219 | 0.12 | 0 | 0.12 | 0.03 | 122 | 0.68 | 0.91 |
Hex | DA | F8 | DB | C | 0 | C | 3 | 7A | 44 | 5B |
Octal | 332 | 370 | 333 | 14 | 0 | 14 | 3 | 172 | 104 | 133 |
Binary | 11011010 | 11111000 | 11011011 | 1100 | 0 | 1100 | 11 | 1111010 | 1000100 | 1011011 |
Color Harmonies of #DAF8DB
Complementary color
Monochromatic Colors of #DAF8DB
Black with #DAF8DB
Text Example
Text Example
White with #DAF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF8DB; }
p { color: rgb(218,248,219); }
H1.HeaderClassName
{
color: #DAF8DB;
}
.AnyTagClassName
{
color: #DAF8DB;
}
</style>
background-color css
<style>
a { background-color: #DAF8DB; }
a { background-color: rgb(218,248,219); }
div.DivClassName
{
background-color: #DAF8DB;
}
.BgClassName
{
background-color: #DAF8DB;
}
</style>
border-color css
<style>
span { border-color: #DAF8DB; }
span { border-color: rgb(218,248,219); }
td.TdClassName
{
border-color: #DAF8DB;
}
.TagClassName
{
border-color: #DAF8DB;
}
</style>