#EEEBEC

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

Shades of Amour #EEEBEC

Tints of Amour #EEEBEC

Color information

#EEEBEC (or 0xEEEBEC) is unknown color: approx Amour. HEX triplet: EE, EB and EC. RGB value is (238,235,236). Sum of RGB (Red+Green+Blue) = 238+235+236=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBEC is #111413. Grayscale: #ECECEC. Windows color (decimal): -1119252 or 15526894. OLE color: 15526894.

HSL color Cylindrical-coordinate representation of color #EEEBEC: hue angle of 340º degrees, saturation: 0.08, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEBEC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238235236-
CMYK00.010.010.07
HSL340º8.11%92.75%-
HSV(B)340º1.26%93.33%-
XYZ80.1183.6591.28-
YUV236.01127.99129.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=33.57%
G=33.15%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823523600.010.010.073408.1192.75
HexEEEBEC011715485d
Octal356353354011752410135
Binary11101110111010111110110001111110101010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBEC; }

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

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

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

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

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

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

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

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