Shades of Tara #DAF0DA
Tints of Tara #DAF0DA
RGB
CMYK
RGB Variations
Color information
#DAF0DA (or 0xDAF0DA) is known color: Tara. HEX triplet: DA, F0 and DA. RGB value is (218,240,218). Sum of RGB (Red+Green+Blue) = 218+240+218=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0DA is #250F25. Grayscale: #E6E6E6. Windows color (decimal): -2428710 or 14348506. OLE color: 14348506.
HSL color Cylindrical-coordinate representation of color #DAF0DA: hue angle of 120º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAF0DA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 240 | 218 | - |
CMYK | 0.09 | 0 | 0.09 | 0.06 |
HSL | 120º | 0.42% | 0.9% | - |
HSV(B) | 120º | 0.09% | 0.94% | - |
XYZ | 72.73 | 82.29 | 78.38 | - |
YUV | 230.91 | 120.71 | 118.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 240 | 218 | 0.09 | 0 | 0.09 | 0.06 | 120 | 0.42 | 0.9 |
Hex | DA | F0 | DA | 9 | 0 | 9 | 6 | 78 | 2A | 5A |
Octal | 332 | 360 | 332 | 11 | 0 | 11 | 6 | 170 | 52 | 132 |
Binary | 11011010 | 11110000 | 11011010 | 1001 | 0 | 1001 | 110 | 1111000 | 101010 | 1011010 |
Color Harmonies of #DAF0DA
Complementary color
Monochromatic Colors of #DAF0DA
Black with #DAF0DA
Text Example
Text Example
White with #DAF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0DA; }
p { color: rgb(218,240,218); }
H1.HeaderClassName
{
color: #DAF0DA;
}
.AnyTagClassName
{
color: #DAF0DA;
}
</style>
background-color css
<style>
a { background-color: #DAF0DA; }
a { background-color: rgb(218,240,218); }
div.DivClassName
{
background-color: #DAF0DA;
}
.BgClassName
{
background-color: #DAF0DA;
}
</style>
border-color css
<style>
span { border-color: #DAF0DA; }
span { border-color: rgb(218,240,218); }
td.TdClassName
{
border-color: #DAF0DA;
}
.TagClassName
{
border-color: #DAF0DA;
}
</style>