#EEF2ED

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

Shades of Panache #EEF2ED

Tints of Panache #EEF2ED

Color information

#EEF2ED (or 0xEEF2ED) is unknown color: approx Panache. HEX triplet: EE, F2 and ED. RGB value is (238,242,237). Sum of RGB (Red+Green+Blue) = 238+242+237=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2ED is #110D12. Grayscale: #F0F0F0. Windows color (decimal): -1117459 or 15594222. OLE color: 15594222.

HSL color Cylindrical-coordinate representation of color #EEF2ED: hue angle of 108º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF2ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB238242237-
CMYK0.0200.020.05
HSL108º16.13%93.92%-
HSV(B)108º2.07%94.9%-
XYZ82.387.892.73-
YUV240.23126.17126.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.19%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 237 (92.97% from 255) = 33.05%
R=33.19%
G=33.75%
B=33.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422370.0200.020.0510816.1393.92
HexEEF2ED20256c105e
Octal356362355202515420136
Binary111011101111001011101101100101011101100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2ED; }

 p { color: rgb(238,242,237); }

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

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

 a { background-color: rgb(238,242,237); }

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

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

 span { border-color: rgb(238,242,237); }

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