Shades of Tara #DAFFD9
Tints of Tara #DAFFD9
RGB
CMYK
RGB Variations
Color information
#DAFFD9 (or 0xDAFFD9) is known color: Tara. HEX triplet: DA, FF and D9. RGB value is (218,255,217). Sum of RGB (Red+Green+Blue) = 218+255+217=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD9 is #250026. Grayscale: #EFEFEF. Windows color (decimal): -2424871 or 14286810. OLE color: 14286810.
HSL color Cylindrical-coordinate representation of color #DAFFD9: hue angle of 118.42º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFD9 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 255 | 217 | - |
CMYK | 0.15 | 0 | 0.15 | 0 |
HSL | 118.42º | 1% | 0.93% | - |
HSV(B) | 118.42º | 0.15% | 1% | - |
XYZ | 77.2 | 91.44 | 79.23 | - |
YUV | 239.61 | 115.24 | 112.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 255 | 217 | 0.15 | 0 | 0.15 | 0 | 118.42 | 1 | 0.93 |
Hex | DA | FF | D9 | F | 0 | F | 0 | 76 | 64 | 5D |
Octal | 332 | 377 | 331 | 17 | 0 | 17 | 0 | 166 | 144 | 135 |
Binary | 11011010 | 11111111 | 11011001 | 1111 | 0 | 1111 | 0 | 1110110 | 1100100 | 1011101 |
Color Harmonies of #DAFFD9
Complementary color
Monochromatic Colors of #DAFFD9
Black with #DAFFD9
Text Example
Text Example
White with #DAFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFD9; }
p { color: rgb(218,255,217); }
H1.HeaderClassName
{
color: #DAFFD9;
}
.AnyTagClassName
{
color: #DAFFD9;
}
</style>
background-color css
<style>
a { background-color: #DAFFD9; }
a { background-color: rgb(218,255,217); }
div.DivClassName
{
background-color: #DAFFD9;
}
.BgClassName
{
background-color: #DAFFD9;
}
</style>
border-color css
<style>
span { border-color: #DAFFD9; }
span { border-color: rgb(218,255,217); }
td.TdClassName
{
border-color: #DAFFD9;
}
.TagClassName
{
border-color: #DAFFD9;
}
</style>