Shades of Tara #DAFADA
Tints of Tara #DAFADA
RGB
CMYK
RGB Variations
Color information
#DAFADA (or 0xDAFADA) is known color: Tara. HEX triplet: DA, FA and DA. RGB value is (218,250,218). Sum of RGB (Red+Green+Blue) = 218+250+218=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFADA is #250525. Grayscale: #ECECEC. Windows color (decimal): -2426150 or 14351066. OLE color: 14351066.
HSL color Cylindrical-coordinate representation of color #DAFADA: hue angle of 120º degrees, saturation: 0.76, 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 #DAFADA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 250 | 218 | - |
CMYK | 0.13 | 0 | 0.13 | 0.02 |
HSL | 120º | 0.76% | 0.92% | - |
HSV(B) | 120º | 0.13% | 0.98% | - |
XYZ | 75.75 | 88.34 | 79.39 | - |
YUV | 236.78 | 117.4 | 114.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 250 | 218 | 0.13 | 0 | 0.13 | 0.02 | 120 | 0.76 | 0.92 |
Hex | DA | FA | DA | D | 0 | D | 2 | 78 | 4C | 5C |
Octal | 332 | 372 | 332 | 15 | 0 | 15 | 2 | 170 | 114 | 134 |
Binary | 11011010 | 11111010 | 11011010 | 1101 | 0 | 1101 | 10 | 1111000 | 1001100 | 1011100 |
Color Harmonies of #DAFADA
Complementary color
Monochromatic Colors of #DAFADA
Black with #DAFADA
Text Example
Text Example
White with #DAFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFADA; }
p { color: rgb(218,250,218); }
H1.HeaderClassName
{
color: #DAFADA;
}
.AnyTagClassName
{
color: #DAFADA;
}
</style>
background-color css
<style>
a { background-color: #DAFADA; }
a { background-color: rgb(218,250,218); }
div.DivClassName
{
background-color: #DAFADA;
}
.BgClassName
{
background-color: #DAFADA;
}
</style>
border-color css
<style>
span { border-color: #DAFADA; }
span { border-color: rgb(218,250,218); }
td.TdClassName
{
border-color: #DAFADA;
}
.TagClassName
{
border-color: #DAFADA;
}
</style>