#EEE6EA

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

Shades of Amour #EEE6EA

Tints of Amour #EEE6EA

Color information

#EEE6EA (or 0xEEE6EA) is unknown color: approx Amour. HEX triplet: EE, E6 and EA. RGB value is (238,230,234). Sum of RGB (Red+Green+Blue) = 238+230+234=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE6EA is #111915. Grayscale: #E8E8E8. Windows color (decimal): -1120534 or 15394542. OLE color: 15394542.

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

Color convert

RGB238230234-
CMYK00.030.020.07
HSL330º19.05%91.76%-
HSV(B)330º3.36%93.33%-
XYZ78.4180.7189.29-
YUV232.85128.65131.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.90%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=33.90%
G=32.76%
B=33.33%

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
Decimal23823023400.030.020.0733019.0591.76
HexEEE6EA032714a135c
Octal356346352032751223134
Binary11101110111001101110101001110111101001010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE6EA; }

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

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

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

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

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

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

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

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