Shades of Tara #DAFADC
Tints of Tara #DAFADC
RGB
CMYK
RGB Variations
Color information
#DAFADC (or 0xDAFADC) is known color: Tara. HEX triplet: DA, FA and DC. RGB value is (218,250,220). Sum of RGB (Red+Green+Blue) = 218+250+220=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFADC is #250523. Grayscale: #EDEDED. Windows color (decimal): -2426148 or 14482138. OLE color: 14482138.
HSL color Cylindrical-coordinate representation of color #DAFADC: hue angle of 123.75º degrees, saturation: 0.76, 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 #DAFADC is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 250 | 220 | - |
CMYK | 0.13 | 0 | 0.12 | 0.02 |
HSL | 123.75º | 0.76% | 0.92% | - |
HSV(B) | 123.75º | 0.13% | 0.98% | - |
XYZ | 76.02 | 88.44 | 80.78 | - |
YUV | 237.01 | 118.4 | 114.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 250 | 220 | 0.13 | 0 | 0.12 | 0.02 | 123.75 | 0.76 | 0.92 |
Hex | DA | FA | DC | D | 0 | C | 2 | 7C | 4C | 5C |
Octal | 332 | 372 | 334 | 15 | 0 | 14 | 2 | 174 | 114 | 134 |
Binary | 11011010 | 11111010 | 11011100 | 1101 | 0 | 1100 | 10 | 1111100 | 1001100 | 1011100 |
Color Harmonies of #DAFADC
Complementary color
Monochromatic Colors of #DAFADC
Black with #DAFADC
Text Example
Text Example
White with #DAFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFADC; }
p { color: rgb(218,250,220); }
H1.HeaderClassName
{
color: #DAFADC;
}
.AnyTagClassName
{
color: #DAFADC;
}
</style>
background-color css
<style>
a { background-color: #DAFADC; }
a { background-color: rgb(218,250,220); }
div.DivClassName
{
background-color: #DAFADC;
}
.BgClassName
{
background-color: #DAFADC;
}
</style>
border-color css
<style>
span { border-color: #DAFADC; }
span { border-color: rgb(218,250,220); }
td.TdClassName
{
border-color: #DAFADC;
}
.TagClassName
{
border-color: #DAFADC;
}
</style>