#EEE8EC

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

Shades of Amour #EEE8EC

Tints of Amour #EEE8EC

Color information

#EEE8EC (or 0xEEE8EC) is unknown color: approx Amour. HEX triplet: EE, E8 and EC. RGB value is (238,232,236). Sum of RGB (Red+Green+Blue) = 238+232+236=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8EC is #111713. Grayscale: #EAEAEA. Windows color (decimal): -1120020 or 15526126. OLE color: 15526126.

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

Color convert

RGB238232236-
CMYK00.030.010.07
HSL320º15%92.16%-
HSV(B)320º2.52%93.33%-
XYZ79.2681.9591-
YUV234.25128.99130.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.71%
GREEN value IS 232 (91.02% from 255) = 32.86%
BLUE value IS 236 (92.58% from 255) = 33.43%
R=33.71%
G=32.86%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823223600.030.010.073201592.16
HexEEE8EC0317140f5c
Octal356350354031750017134
Binary111011101110100011101100011111110100000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8EC; }

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

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

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

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

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

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

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

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