Shades of Tara #DAF3D8
Tints of Tara #DAF3D8
RGB
CMYK
RGB Variations
Color information
#DAF3D8 (or 0xDAF3D8) is known color: Tara. HEX triplet: DA, F3 and D8. RGB value is (218,243,216). Sum of RGB (Red+Green+Blue) = 218+243+216=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3D8 is #250C27. Grayscale: #E8E8E8. Windows color (decimal): -2427944 or 14218202. OLE color: 14218202.
HSL color Cylindrical-coordinate representation of color #DAF3D8: hue angle of 115.56º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF3D8 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 216 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.05 |
| HSL | 115.56º | 0.53% | 0.9% | - |
| HSV(B) | 115.56º | 0.11% | 0.95% | - |
| XYZ | 73.36 | 83.96 | 77.31 | - |
| YUV | 232.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 216 | 0.10 | 0 | 0.11 | 0.05 | 115.56 | 0.53 | 0.9 |
| Hex | DA | F3 | D8 | A | 0 | B | 5 | 74 | 35 | 5A |
| Octal | 332 | 363 | 330 | 12 | 0 | 13 | 5 | 164 | 65 | 132 |
| Binary | 11011010 | 11110011 | 11011000 | 1010 | 0 | 1011 | 101 | 1110100 | 110101 | 1011010 |
Color Harmonies of #DAF3D8
Complementary color
Monochromatic Colors of #DAF3D8
Black with #DAF3D8
Text Example
Text Example
White with #DAF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3D8; }
p { color: rgb(218,243,216); }
H1.HeaderClassName
{
color: #DAF3D8;
}
.AnyTagClassName
{
color: #DAF3D8;
}
</style>
background-color css
<style>
a { background-color: #DAF3D8; }
a { background-color: rgb(218,243,216); }
div.DivClassName
{
background-color: #DAF3D8;
}
.BgClassName
{
background-color: #DAF3D8;
}
</style>
border-color css
<style>
span { border-color: #DAF3D8; }
span { border-color: rgb(218,243,216); }
td.TdClassName
{
border-color: #DAF3D8;
}
.TagClassName
{
border-color: #DAF3D8;
}
</style>