Shades of Tara #DAFEDA
Tints of Tara #DAFEDA
RGB
CMYK
RGB Variations
Color information
#DAFEDA (or 0xDAFEDA) is known color: Tara. HEX triplet: DA, FE and DA. RGB value is (218,254,218). Sum of RGB (Red+Green+Blue) = 218+254+218=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEDA is #250125. Grayscale: #EFEFEF. Windows color (decimal): -2425126 or 14352090. OLE color: 14352090.
HSL color Cylindrical-coordinate representation of color #DAFEDA: hue angle of 120º 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 #DAFEDA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 218 | - |
CMYK | 0.14 | 0 | 0.14 | 0.00 |
HSL | 120º | 0.95% | 0.93% | - |
HSV(B) | 120º | 0.14% | 1% | - |
XYZ | 77.01 | 90.85 | 79.81 | - |
YUV | 239.13 | 116.07 | 112.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 218 | 0.14 | 0 | 0.14 | 0.00 | 120 | 0.95 | 0.93 |
Hex | DA | FE | DA | E | 0 | E | 0 | 78 | 5F | 5D |
Octal | 332 | 376 | 332 | 16 | 0 | 16 | 0 | 170 | 137 | 135 |
Binary | 11011010 | 11111110 | 11011010 | 1110 | 0 | 1110 | 0 | 1111000 | 1011111 | 1011101 |
Color Harmonies of #DAFEDA
Complementary color
Monochromatic Colors of #DAFEDA
Black with #DAFEDA
Text Example
Text Example
White with #DAFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEDA; }
p { color: rgb(218,254,218); }
H1.HeaderClassName
{
color: #DAFEDA;
}
.AnyTagClassName
{
color: #DAFEDA;
}
</style>
background-color css
<style>
a { background-color: #DAFEDA; }
a { background-color: rgb(218,254,218); }
div.DivClassName
{
background-color: #DAFEDA;
}
.BgClassName
{
background-color: #DAFEDA;
}
</style>
border-color css
<style>
span { border-color: #DAFEDA; }
span { border-color: rgb(218,254,218); }
td.TdClassName
{
border-color: #DAFEDA;
}
.TagClassName
{
border-color: #DAFEDA;
}
</style>