Shades of Tara #DAFFD7
Tints of Tara #DAFFD7
RGB
CMYK
RGB Variations
Color information
#DAFFD7 (or 0xDAFFD7) is known color: Tara. HEX triplet: DA, FF and D7. RGB value is (218,255,215). Sum of RGB (Red+Green+Blue) = 218+255+215=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD7 is #250028. Grayscale: #EFEFEF. Windows color (decimal): -2424873 or 14155738. OLE color: 14155738.
HSL color Cylindrical-coordinate representation of color #DAFFD7: hue angle of 115.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAFFD7 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 215 | - |
| CMYK | 0.15 | 0 | 0.16 | 0 |
| HSL | 115.5º | 1% | 0.92% | - |
| HSV(B) | 115.5º | 0.16% | 1% | - |
| XYZ | 76.94 | 91.33 | 77.86 | - |
| YUV | 239.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 215 | 0.15 | 0 | 0.16 | 0 | 115.5 | 1 | 0.92 |
| Hex | DA | FF | D7 | F | 0 | 10 | 0 | 74 | 64 | 5C |
| Octal | 332 | 377 | 327 | 17 | 0 | 20 | 0 | 164 | 144 | 134 |
| Binary | 11011010 | 11111111 | 11010111 | 1111 | 0 | 10000 | 0 | 1110100 | 1100100 | 1011100 |
Color Harmonies of #DAFFD7
Complementary color
Monochromatic Colors of #DAFFD7
Black with #DAFFD7
Text Example
Text Example
White with #DAFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFFD7; }
p { color: rgb(218,255,215); }
H1.HeaderClassName
{
color: #DAFFD7;
}
.AnyTagClassName
{
color: #DAFFD7;
}
</style>
background-color css
<style>
a { background-color: #DAFFD7; }
a { background-color: rgb(218,255,215); }
div.DivClassName
{
background-color: #DAFFD7;
}
.BgClassName
{
background-color: #DAFFD7;
}
</style>
border-color css
<style>
span { border-color: #DAFFD7; }
span { border-color: rgb(218,255,215); }
td.TdClassName
{
border-color: #DAFFD7;
}
.TagClassName
{
border-color: #DAFFD7;
}
</style>