Shades of Tara #DEFEDC
Tints of Tara #DEFEDC
RGB
CMYK
RGB Variations
Color information
#DEFEDC (or 0xDEFEDC) is known color: Tara. HEX triplet: DE, FE and DC. RGB value is (222,254,220). Sum of RGB (Red+Green+Blue) = 222+254+220=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEDC is #210123. Grayscale: #F0F0F0. Windows color (decimal): -2162980 or 14483166. OLE color: 14483166.
HSL color Cylindrical-coordinate representation of color #DEFEDC: hue angle of 116.47º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEDC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 222 | 254 | 220 | - |
CMYK | 0.13 | 0 | 0.13 | 0.00 |
HSL | 116.47º | 0.94% | 0.93% | - |
HSV(B) | 116.47º | 0.13% | 1% | - |
XYZ | 78.48 | 91.58 | 81.25 | - |
YUV | 240.56 | 116.4 | 114.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 254 | 220 | 0.13 | 0 | 0.13 | 0.00 | 116.47 | 0.94 | 0.93 |
Hex | DE | FE | DC | D | 0 | D | 0 | 74 | 5E | 5D |
Octal | 336 | 376 | 334 | 15 | 0 | 15 | 0 | 164 | 136 | 135 |
Binary | 11011110 | 11111110 | 11011100 | 1101 | 0 | 1101 | 0 | 1110100 | 1011110 | 1011101 |
Color Harmonies of #DEFEDC
Complementary color
Monochromatic Colors of #DEFEDC
Black with #DEFEDC
Text Example
Text Example
White with #DEFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEDC; }
p { color: rgb(222,254,220); }
H1.HeaderClassName
{
color: #DEFEDC;
}
.AnyTagClassName
{
color: #DEFEDC;
}
</style>
background-color css
<style>
a { background-color: #DEFEDC; }
a { background-color: rgb(222,254,220); }
div.DivClassName
{
background-color: #DEFEDC;
}
.BgClassName
{
background-color: #DEFEDC;
}
</style>
border-color css
<style>
span { border-color: #DEFEDC; }
span { border-color: rgb(222,254,220); }
td.TdClassName
{
border-color: #DEFEDC;
}
.TagClassName
{
border-color: #DEFEDC;
}
</style>