#EEDFE5

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

Shades of Amour #EEDFE5

Tints of Amour #EEDFE5

Color information

#EEDFE5 (or 0xEEDFE5) is unknown color: approx Amour. HEX triplet: EE, DF and E5. RGB value is (238,223,229). Sum of RGB (Red+Green+Blue) = 238+223+229=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFE5 is #11201A. Grayscale: #E4E4E4. Windows color (decimal): -1122331 or 15065070. OLE color: 15065070.

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

Color convert

RGB238223229-
CMYK00.060.040.07
HSL336º30.61%90.39%-
HSV(B)336º6.3%93.33%-
XYZ75.7976.6184.92-
YUV228.17128.47135.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 229 (89.84% from 255) = 33.19%
R=34.49%
G=32.32%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822322900.060.040.0733630.6190.39
HexEEDFE506471501f5a
Octal356337345064752037132
Binary1110111011011111111001010110100111101010000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFE5; }

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

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

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

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

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

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

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

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