Shades of Tara #DAFBDC
Tints of Tara #DAFBDC
RGB
CMYK
RGB Variations
Color information
#DAFBDC (or 0xDAFBDC) is known color: Tara. HEX triplet: DA, FB and DC. RGB value is (218,251,220). Sum of RGB (Red+Green+Blue) = 218+251+220=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBDC is #250423. Grayscale: #EDEDED. Windows color (decimal): -2425892 or 14482394. OLE color: 14482394.
HSL color Cylindrical-coordinate representation of color #DAFBDC: hue angle of 123.64º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFBDC is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 220 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.02 |
| HSL | 123.64º | 0.8% | 0.92% | - |
| HSV(B) | 123.64º | 0.13% | 0.98% | - |
| XYZ | 76.33 | 89.07 | 80.88 | - |
| YUV | 237.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 220 | 0.13 | 0 | 0.12 | 0.02 | 123.64 | 0.8 | 0.92 |
| Hex | DA | FB | DC | D | 0 | C | 2 | 7C | 50 | 5C |
| Octal | 332 | 373 | 334 | 15 | 0 | 14 | 2 | 174 | 120 | 134 |
| Binary | 11011010 | 11111011 | 11011100 | 1101 | 0 | 1100 | 10 | 1111100 | 1010000 | 1011100 |
Color Harmonies of #DAFBDC
Complementary color
Monochromatic Colors of #DAFBDC
Black with #DAFBDC
Text Example
Text Example
White with #DAFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFBDC; }
p { color: rgb(218,251,220); }
H1.HeaderClassName
{
color: #DAFBDC;
}
.AnyTagClassName
{
color: #DAFBDC;
}
</style>
background-color css
<style>
a { background-color: #DAFBDC; }
a { background-color: rgb(218,251,220); }
div.DivClassName
{
background-color: #DAFBDC;
}
.BgClassName
{
background-color: #DAFBDC;
}
</style>
border-color css
<style>
span { border-color: #DAFBDC; }
span { border-color: rgb(218,251,220); }
td.TdClassName
{
border-color: #DAFBDC;
}
.TagClassName
{
border-color: #DAFBDC;
}
</style>