#EEE5EA

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

Shades of Amour #EEE5EA

Tints of Amour #EEE5EA

Color information

#EEE5EA (or 0xEEE5EA) is unknown color: approx Amour. HEX triplet: EE, E5 and EA. RGB value is (238,229,234). Sum of RGB (Red+Green+Blue) = 238+229+234=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5EA is #111A15. Grayscale: #E8E8E8. Windows color (decimal): -1120790 or 15394286. OLE color: 15394286.

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

Color convert

RGB238229234-
CMYK00.040.020.07
HSL326.67º20.93%91.57%-
HSV(B)326.67º3.78%93.33%-
XYZ78.1380.1689.2-
YUV232.26128.98132.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 229 (89.84% from 255) = 32.67%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=33.95%
G=32.67%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822923400.040.020.07326.6720.9391.57
HexEEE5EA0427147155c
Octal356345352042750725134
Binary111011101110010111101010010010111101000111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5EA; }

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

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

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

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

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

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

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

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