Shades of Tara #DEFEDE
Tints of Tara #DEFEDE
RGB
CMYK
RGB Variations
Color information
#DEFEDE (or 0xDEFEDE) is known color: Tara. HEX triplet: DE, FE and DE. RGB value is (222,254,222). Sum of RGB (Red+Green+Blue) = 222+254+222=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEDE is #210121. Grayscale: #F0F0F0. Windows color (decimal): -2162978 or 14614238. OLE color: 14614238.
HSL color Cylindrical-coordinate representation of color #DEFEDE: hue angle of 120º 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 #DEFEDE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 222 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.00 |
| HSL | 120º | 0.94% | 0.93% | - |
| HSV(B) | 120º | 0.13% | 1% | - |
| XYZ | 78.75 | 91.69 | 82.65 | - |
| YUV | 240.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 222 | 0.13 | 0 | 0.13 | 0.00 | 120 | 0.94 | 0.93 |
| Hex | DE | FE | DE | D | 0 | D | 0 | 78 | 5E | 5D |
| Octal | 336 | 376 | 336 | 15 | 0 | 15 | 0 | 170 | 136 | 135 |
| Binary | 11011110 | 11111110 | 11011110 | 1101 | 0 | 1101 | 0 | 1111000 | 1011110 | 1011101 |
Color Harmonies of #DEFEDE
Complementary color
Monochromatic Colors of #DEFEDE
Black with #DEFEDE
Text Example
Text Example
White with #DEFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEDE; }
p { color: rgb(222,254,222); }
H1.HeaderClassName
{
color: #DEFEDE;
}
.AnyTagClassName
{
color: #DEFEDE;
}
</style>
background-color css
<style>
a { background-color: #DEFEDE; }
a { background-color: rgb(222,254,222); }
div.DivClassName
{
background-color: #DEFEDE;
}
.BgClassName
{
background-color: #DEFEDE;
}
</style>
border-color css
<style>
span { border-color: #DEFEDE; }
span { border-color: rgb(222,254,222); }
td.TdClassName
{
border-color: #DEFEDE;
}
.TagClassName
{
border-color: #DEFEDE;
}
</style>