Shades of Tara #DAF4DA
Tints of Tara #DAF4DA
RGB
CMYK
RGB Variations
Color information
#DAF4DA (or 0xDAF4DA) is known color: Tara. HEX triplet: DA, F4 and DA. RGB value is (218,244,218). Sum of RGB (Red+Green+Blue) = 218+244+218=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4DA is #250B25. Grayscale: #E9E9E9. Windows color (decimal): -2427686 or 14349530. OLE color: 14349530.
HSL color Cylindrical-coordinate representation of color #DAF4DA: hue angle of 120º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF4DA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 244 | 218 | - |
CMYK | 0.11 | 0 | 0.11 | 0.04 |
HSL | 120º | 0.54% | 0.91% | - |
HSV(B) | 120º | 0.11% | 0.96% | - |
XYZ | 73.92 | 84.67 | 78.78 | - |
YUV | 233.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 244 | 218 | 0.11 | 0 | 0.11 | 0.04 | 120 | 0.54 | 0.91 |
Hex | DA | F4 | DA | B | 0 | B | 4 | 78 | 36 | 5B |
Octal | 332 | 364 | 332 | 13 | 0 | 13 | 4 | 170 | 66 | 133 |
Binary | 11011010 | 11110100 | 11011010 | 1011 | 0 | 1011 | 100 | 1111000 | 110110 | 1011011 |
Color Harmonies of #DAF4DA
Complementary color
Monochromatic Colors of #DAF4DA
Black with #DAF4DA
Text Example
Text Example
White with #DAF4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF4DA; }
p { color: rgb(218,244,218); }
H1.HeaderClassName
{
color: #DAF4DA;
}
.AnyTagClassName
{
color: #DAF4DA;
}
</style>
background-color css
<style>
a { background-color: #DAF4DA; }
a { background-color: rgb(218,244,218); }
div.DivClassName
{
background-color: #DAF4DA;
}
.BgClassName
{
background-color: #DAF4DA;
}
</style>
border-color css
<style>
span { border-color: #DAF4DA; }
span { border-color: rgb(218,244,218); }
td.TdClassName
{
border-color: #DAF4DA;
}
.TagClassName
{
border-color: #DAF4DA;
}
</style>