#EEE5E9

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

Shades of Amour #EEE5E9

Tints of Amour #EEE5E9

Color information

#EEE5E9 (or 0xEEE5E9) is unknown color: approx Amour. HEX triplet: EE, E5 and E9. RGB value is (238,229,233). Sum of RGB (Red+Green+Blue) = 238+229+233=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5E9 is #111A16. Grayscale: #E8E8E8. Windows color (decimal): -1120791 or 15328750. OLE color: 15328750.

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

Color convert

RGB238229233-
CMYK00.040.020.07
HSL333.33º20.93%91.57%-
HSV(B)333.33º3.78%93.33%-
XYZ77.9980.188.44-
YUV232.15128.48132.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 229 (89.84% from 255) = 32.71%
BLUE value IS 233 (91.41% from 255) = 33.29%
R=34%
G=32.71%
B=33.29%

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
Decimal23822923300.040.020.07333.3320.9391.57
HexEEE5E9042714d155c
Octal356345351042751525134
Binary111011101110010111101001010010111101001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE5E9; }

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

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

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

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

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

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

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

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