Shades of Tara #DAFEDB
Tints of Tara #DAFEDB
RGB
CMYK
RGB Variations
Color information
#DAFEDB (or 0xDAFEDB) is known color: Tara. HEX triplet: DA, FE and DB. RGB value is (218,254,219). Sum of RGB (Red+Green+Blue) = 218+254+219=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEDB is #250124. Grayscale: #EFEFEF. Windows color (decimal): -2425125 or 14417626. OLE color: 14417626.
HSL color Cylindrical-coordinate representation of color #DAFEDB: hue angle of 121.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEDB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 219 | - |
CMYK | 0.14 | 0 | 0.14 | 0.00 |
HSL | 121.67º | 0.95% | 0.93% | - |
HSV(B) | 121.67º | 0.14% | 1% | - |
XYZ | 77.14 | 90.9 | 80.5 | - |
YUV | 239.25 | 116.57 | 112.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 219 | 0.14 | 0 | 0.14 | 0.00 | 121.67 | 0.95 | 0.93 |
Hex | DA | FE | DB | E | 0 | E | 0 | 7A | 5F | 5D |
Octal | 332 | 376 | 333 | 16 | 0 | 16 | 0 | 172 | 137 | 135 |
Binary | 11011010 | 11111110 | 11011011 | 1110 | 0 | 1110 | 0 | 1111010 | 1011111 | 1011101 |
Color Harmonies of #DAFEDB
Complementary color
Monochromatic Colors of #DAFEDB
Black with #DAFEDB
Text Example
Text Example
White with #DAFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEDB; }
p { color: rgb(218,254,219); }
H1.HeaderClassName
{
color: #DAFEDB;
}
.AnyTagClassName
{
color: #DAFEDB;
}
</style>
background-color css
<style>
a { background-color: #DAFEDB; }
a { background-color: rgb(218,254,219); }
div.DivClassName
{
background-color: #DAFEDB;
}
.BgClassName
{
background-color: #DAFEDB;
}
</style>
border-color css
<style>
span { border-color: #DAFEDB; }
span { border-color: rgb(218,254,219); }
td.TdClassName
{
border-color: #DAFEDB;
}
.TagClassName
{
border-color: #DAFEDB;
}
</style>