Shades of Tara #DAFCD9
Tints of Tara #DAFCD9
RGB
CMYK
RGB Variations
Color information
#DAFCD9 (or 0xDAFCD9) is known color: Tara. HEX triplet: DA, FC and D9. RGB value is (218,252,217). Sum of RGB (Red+Green+Blue) = 218+252+217=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFCD9 is #250326. Grayscale: #EDEDED. Windows color (decimal): -2425639 or 14286042. OLE color: 14286042.
HSL color Cylindrical-coordinate representation of color #DAFCD9: hue angle of 118.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFCD9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 217 | - |
CMYK | 0.13 | 0 | 0.14 | 0.01 |
HSL | 118.29º | 0.85% | 0.92% | - |
HSV(B) | 118.29º | 0.14% | 0.99% | - |
XYZ | 76.25 | 89.54 | 78.91 | - |
YUV | 237.84 | 116.24 | 113.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 217 | 0.13 | 0 | 0.14 | 0.01 | 118.29 | 0.85 | 0.92 |
Hex | DA | FC | D9 | D | 0 | E | 1 | 76 | 55 | 5C |
Octal | 332 | 374 | 331 | 15 | 0 | 16 | 1 | 166 | 125 | 134 |
Binary | 11011010 | 11111100 | 11011001 | 1101 | 0 | 1110 | 1 | 1110110 | 1010101 | 1011100 |
Color Harmonies of #DAFCD9
Complementary color
Monochromatic Colors of #DAFCD9
Black with #DAFCD9
Text Example
Text Example
White with #DAFCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCD9; }
p { color: rgb(218,252,217); }
H1.HeaderClassName
{
color: #DAFCD9;
}
.AnyTagClassName
{
color: #DAFCD9;
}
</style>
background-color css
<style>
a { background-color: #DAFCD9; }
a { background-color: rgb(218,252,217); }
div.DivClassName
{
background-color: #DAFCD9;
}
.BgClassName
{
background-color: #DAFCD9;
}
</style>
border-color css
<style>
span { border-color: #DAFCD9; }
span { border-color: rgb(218,252,217); }
td.TdClassName
{
border-color: #DAFCD9;
}
.TagClassName
{
border-color: #DAFCD9;
}
</style>