#EEFEDE

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

Shades of Panache #EEFEDE

Tints of Panache #EEFEDE

Color information

#EEFEDE (or 0xEEFEDE) is unknown color: approx Panache. HEX triplet: EE, FE and DE. RGB value is (238,254,222). Sum of RGB (Red+Green+Blue) = 238+254+222=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFEDE is #110121. Grayscale: #F5F5F5. Windows color (decimal): -1114402 or 14614254. OLE color: 14614254.

HSL color Cylindrical-coordinate representation of color #EEFEDE: hue angle of 90º 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 #EEFEDE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB238254222-
CMYK0.0600.130.00
HSL90º94.12%93.33%-
HSV(B)90º12.6%99.61%-
XYZ83.8994.3382.89-
YUV245.57114.7122.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.33%
GREEN value IS 254 (99.61% from 255) = 35.57%
BLUE value IS 222 (87.11% from 255) = 31.09%
R=33.33%
G=35.57%
B=31.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542220.0600.130.009094.1293.33
HexEEFEDE60D05a5e5d
Octal35637633660150132136135
Binary111011101111111011011110110011010101101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEDE; }

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

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

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

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

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

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

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

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