#DEFEDE

Color #DEFEDE Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #DEFEDE

Tints of Tara #DEFEDE

Color information

#DEFEDE (or 0xDEFEDE) is unknown color: approx 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

RGB222254222-
CMYK0.1300.130.00
HSL120º94.12%93.33%-
HSV(B)120º12.6%99.61%-
XYZ78.7591.6982.65-
YUV240.78117.4114.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 254 (99.61% from 255) = 36.39%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=31.81%
G=36.39%
B=31.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542220.1300.130.0012094.1293.33
HexDEFEDED0D0785e5d
Octal336376336150150170136135
Binary1101111011111110110111101101011010111100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>