#EEF1ED

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

Shades of Panache #EEF1ED

Tints of Panache #EEF1ED

Color information

#EEF1ED (or 0xEEF1ED) is unknown color: approx Panache. HEX triplet: EE, F1 and ED. RGB value is (238,241,237). Sum of RGB (Red+Green+Blue) = 238+241+237=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1ED is #110E12. Grayscale: #EFEFEF. Windows color (decimal): -1117715 or 15593966. OLE color: 15593966.

HSL color Cylindrical-coordinate representation of color #EEF1ED: hue angle of 105º degrees, saturation: 0.13, 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 #EEF1ED is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB238241237-
CMYK0.0100.020.05
HSL105º12.5%93.73%-
HSV(B)105º1.66%94.51%-
XYZ8287.292.63-
YUV239.65126.51126.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.24%
GREEN value IS 241 (94.53% from 255) = 33.66%
BLUE value IS 237 (92.97% from 255) = 33.10%
R=33.24%
G=33.66%
B=33.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412370.0100.020.0510512.593.73
HexEEF1ED102569d5e
Octal356361355102515115136
Binary1110111011110001111011011010101110100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1ED; }

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

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

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

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

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

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

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

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