#EEE8EA

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

Shades of Amour #EEE8EA

Tints of Amour #EEE8EA

Color information

#EEE8EA (or 0xEEE8EA) is unknown color: approx Amour. HEX triplet: EE, E8 and EA. RGB value is (238,232,234). Sum of RGB (Red+Green+Blue) = 238+232+234=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 232 (91.02% from 255 or 32.95% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8EA is #111715. Grayscale: #EAEAEA. Windows color (decimal): -1120022 or 15395054. OLE color: 15395054.

HSL color Cylindrical-coordinate representation of color #EEE8EA: hue angle of 340º 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 #EEE8EA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238232234-
CMYK00.030.020.07
HSL340º15%92.16%-
HSV(B)340º2.52%93.33%-
XYZ78.9781.8389.47-
YUV234.02127.99130.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 232 (91.02% from 255) = 32.95%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=33.81%
G=32.95%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823223400.030.020.073401592.16
HexEEE8EA0327154f5c
Octal356350352032752417134
Binary1110111011101000111010100111011110101010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE8EA; }

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

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

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

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

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

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

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

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