Shades of Tara #DAF2D8
Tints of Tara #DAF2D8
RGB
CMYK
RGB Variations
Color information
#DAF2D8 (or 0xDAF2D8) is known color: Tara. HEX triplet: DA, F2 and D8. RGB value is (218,242,216). Sum of RGB (Red+Green+Blue) = 218+242+216=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2D8 is #250D27. Grayscale: #E7E7E7. Windows color (decimal): -2428200 or 14217946. OLE color: 14217946.
HSL color Cylindrical-coordinate representation of color #DAF2D8: hue angle of 115.38º degrees, saturation: 0.5, 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 #DAF2D8 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 216 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.05 |
| HSL | 115.38º | 0.5% | 0.9% | - |
| HSV(B) | 115.38º | 0.11% | 0.95% | - |
| XYZ | 73.06 | 83.37 | 77.21 | - |
| YUV | 231.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 216 | 0.10 | 0 | 0.11 | 0.05 | 115.38 | 0.5 | 0.9 |
| Hex | DA | F2 | D8 | A | 0 | B | 5 | 73 | 32 | 5A |
| Octal | 332 | 362 | 330 | 12 | 0 | 13 | 5 | 163 | 62 | 132 |
| Binary | 11011010 | 11110010 | 11011000 | 1010 | 0 | 1011 | 101 | 1110011 | 110010 | 1011010 |
Color Harmonies of #DAF2D8
Complementary color
Monochromatic Colors of #DAF2D8
Black with #DAF2D8
Text Example
Text Example
White with #DAF2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2D8; }
p { color: rgb(218,242,216); }
H1.HeaderClassName
{
color: #DAF2D8;
}
.AnyTagClassName
{
color: #DAF2D8;
}
</style>
background-color css
<style>
a { background-color: #DAF2D8; }
a { background-color: rgb(218,242,216); }
div.DivClassName
{
background-color: #DAF2D8;
}
.BgClassName
{
background-color: #DAF2D8;
}
</style>
border-color css
<style>
span { border-color: #DAF2D8; }
span { border-color: rgb(218,242,216); }
td.TdClassName
{
border-color: #DAF2D8;
}
.TagClassName
{
border-color: #DAF2D8;
}
</style>