Shades of Tara #DEFADC
Tints of Tara #DEFADC
RGB
CMYK
RGB Variations
Color information
#DEFADC (or 0xDEFADC) is known color: Tara. HEX triplet: DE, FA and DC. RGB value is (222,250,220). Sum of RGB (Red+Green+Blue) = 222+250+220=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFADC is #210523. Grayscale: #EEEEEE. Windows color (decimal): -2164004 or 14482142. OLE color: 14482142.
HSL color Cylindrical-coordinate representation of color #DEFADC: hue angle of 116º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFADC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 250 | 220 | - |
CMYK | 0.11 | 0 | 0.12 | 0.02 |
HSL | 116º | 0.75% | 0.92% | - |
HSV(B) | 116º | 0.12% | 0.98% | - |
XYZ | 77.23 | 89.07 | 80.83 | - |
YUV | 238.21 | 117.72 | 116.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 250 | 220 | 0.11 | 0 | 0.12 | 0.02 | 116 | 0.75 | 0.92 |
Hex | DE | FA | DC | B | 0 | C | 2 | 74 | 4B | 5C |
Octal | 336 | 372 | 334 | 13 | 0 | 14 | 2 | 164 | 113 | 134 |
Binary | 11011110 | 11111010 | 11011100 | 1011 | 0 | 1100 | 10 | 1110100 | 1001011 | 1011100 |
Color Harmonies of #DEFADC
Complementary color
Monochromatic Colors of #DEFADC
Black with #DEFADC
Text Example
Text Example
White with #DEFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFADC; }
p { color: rgb(222,250,220); }
H1.HeaderClassName
{
color: #DEFADC;
}
.AnyTagClassName
{
color: #DEFADC;
}
</style>
background-color css
<style>
a { background-color: #DEFADC; }
a { background-color: rgb(222,250,220); }
div.DivClassName
{
background-color: #DEFADC;
}
.BgClassName
{
background-color: #DEFADC;
}
</style>
border-color css
<style>
span { border-color: #DEFADC; }
span { border-color: rgb(222,250,220); }
td.TdClassName
{
border-color: #DEFADC;
}
.TagClassName
{
border-color: #DEFADC;
}
</style>