Shades of Tara #DAFBDA
Tints of Tara #DAFBDA
RGB
CMYK
RGB Variations
Color information
#DAFBDA (or 0xDAFBDA) is known color: Tara. HEX triplet: DA, FB and DA. RGB value is (218,251,218). Sum of RGB (Red+Green+Blue) = 218+251+218=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBDA is #250425. Grayscale: #EDEDED. Windows color (decimal): -2425894 or 14351322. OLE color: 14351322.
HSL color Cylindrical-coordinate representation of color #DAFBDA: hue angle of 120º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFBDA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 251 | 218 | - |
CMYK | 0.13 | 0 | 0.13 | 0.02 |
HSL | 120º | 0.8% | 0.92% | - |
HSV(B) | 120º | 0.13% | 0.98% | - |
XYZ | 76.07 | 88.96 | 79.49 | - |
YUV | 237.37 | 117.07 | 114.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 251 | 218 | 0.13 | 0 | 0.13 | 0.02 | 120 | 0.8 | 0.92 |
Hex | DA | FB | DA | D | 0 | D | 2 | 78 | 50 | 5C |
Octal | 332 | 373 | 332 | 15 | 0 | 15 | 2 | 170 | 120 | 134 |
Binary | 11011010 | 11111011 | 11011010 | 1101 | 0 | 1101 | 10 | 1111000 | 1010000 | 1011100 |
Color Harmonies of #DAFBDA
Complementary color
Monochromatic Colors of #DAFBDA
Black with #DAFBDA
Text Example
Text Example
White with #DAFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBDA; }
p { color: rgb(218,251,218); }
H1.HeaderClassName
{
color: #DAFBDA;
}
.AnyTagClassName
{
color: #DAFBDA;
}
</style>
background-color css
<style>
a { background-color: #DAFBDA; }
a { background-color: rgb(218,251,218); }
div.DivClassName
{
background-color: #DAFBDA;
}
.BgClassName
{
background-color: #DAFBDA;
}
</style>
border-color css
<style>
span { border-color: #DAFBDA; }
span { border-color: rgb(218,251,218); }
td.TdClassName
{
border-color: #DAFBDA;
}
.TagClassName
{
border-color: #DAFBDA;
}
</style>