Shades of Tara #DAF6DC
Tints of Tara #DAF6DC
RGB
CMYK
RGB Variations
Color information
#DAF6DC (or 0xDAF6DC) is known color: Tara. HEX triplet: DA, F6 and DC. RGB value is (218,246,220). Sum of RGB (Red+Green+Blue) = 218+246+220=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6DC is #250923. Grayscale: #EAEAEA. Windows color (decimal): -2427172 or 14481114. OLE color: 14481114.
HSL color Cylindrical-coordinate representation of color #DAF6DC: hue angle of 124.29º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF6DC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 220 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.04 |
| HSL | 124.29º | 0.61% | 0.91% | - |
| HSV(B) | 124.29º | 0.11% | 0.96% | - |
| XYZ | 74.79 | 85.98 | 80.37 | - |
| YUV | 234.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 220 | 0.11 | 0 | 0.11 | 0.04 | 124.29 | 0.61 | 0.91 |
| Hex | DA | F6 | DC | B | 0 | B | 4 | 7C | 3D | 5B |
| Octal | 332 | 366 | 334 | 13 | 0 | 13 | 4 | 174 | 75 | 133 |
| Binary | 11011010 | 11110110 | 11011100 | 1011 | 0 | 1011 | 100 | 1111100 | 111101 | 1011011 |
Color Harmonies of #DAF6DC
Complementary color
Monochromatic Colors of #DAF6DC
Black with #DAF6DC
Text Example
Text Example
White with #DAF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF6DC; }
p { color: rgb(218,246,220); }
H1.HeaderClassName
{
color: #DAF6DC;
}
.AnyTagClassName
{
color: #DAF6DC;
}
</style>
background-color css
<style>
a { background-color: #DAF6DC; }
a { background-color: rgb(218,246,220); }
div.DivClassName
{
background-color: #DAF6DC;
}
.BgClassName
{
background-color: #DAF6DC;
}
</style>
border-color css
<style>
span { border-color: #DAF6DC; }
span { border-color: rgb(218,246,220); }
td.TdClassName
{
border-color: #DAF6DC;
}
.TagClassName
{
border-color: #DAF6DC;
}
</style>