#EEF2EB

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

Shades of Panache #EEF2EB

Tints of Panache #EEF2EB

Color information

#EEF2EB (or 0xEEF2EB) is unknown color: approx Panache. HEX triplet: EE, F2 and EB. RGB value is (238,242,235). Sum of RGB (Red+Green+Blue) = 238+242+235=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2EB is #110D14. Grayscale: #F0F0F0. Windows color (decimal): -1117461 or 15463150. OLE color: 15463150.

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

Color convert

RGB238242235-
CMYK0.0200.030.05
HSL94.29º21.21%93.53%-
HSV(B)94.29º2.89%94.9%-
XYZ82.0187.6891.2-
YUV240.01125.17126.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 235 (92.19% from 255) = 32.87%
R=33.29%
G=33.85%
B=32.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422350.0200.030.0594.2921.2193.53
HexEEF2EB20355e155e
Octal356362353203513625136
Binary111011101111001011101011100111011011110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2EB; }

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

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

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

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

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

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

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

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