#DEFEDA

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

Shades of Tara #DEFEDA

Tints of Tara #DEFEDA

Color information

#DEFEDA (or 0xDEFEDA) is unknown color: approx Tara. HEX triplet: DE, FE and DA. RGB value is (222,254,218). Sum of RGB (Red+Green+Blue) = 222+254+218=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEDA is #210125. Grayscale: #F0F0F0. Windows color (decimal): -2162982 or 14352094. OLE color: 14352094.

HSL color Cylindrical-coordinate representation of color #DEFEDA: hue angle of 113.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEFEDA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB222254218-
CMYK0.1300.140.00
HSL113.33º94.74%92.55%-
HSV(B)113.33º14.17%99.61%-
XYZ78.2291.4879.86-
YUV240.33115.4114.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.99%
GREEN value IS 254 (99.61% from 255) = 36.60%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=31.99%
G=36.60%
B=31.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542180.1300.140.00113.3394.7492.55
HexDEFEDAD0E0715f5d
Octal336376332150160161137135
Binary1101111011111110110110101101011100111000110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEDA; }

 p { color: rgb(222,254,218); }

 H1.HeaderClassName
 {
   color: #DEFEDA;
 }
 .AnyTagClassName
 {
   color: #DEFEDA;
 }
</style>
background-color css

<style>
 a { background-color: #DEFEDA; }

 a { background-color: rgb(222,254,218); }

 div.DivClassName
 {
   background-color: #DEFEDA;
 }
 .BgClassName
 {
   background-color: #DEFEDA;
 }
</style>
border-color css

<style>
 span { border-color: #DEFEDA; }

 span { border-color: rgb(222,254,218); }

 td.TdClassName
 {
   border-color: #DEFEDA;
 }
 .TagClassName
 {
   border-color: #DEFEDA;
 }
</style>