#EDDFE5

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

Shades of Amour #EDDFE5

Tints of Amour #EDDFE5

Color information

#EDDFE5 (or 0xEDDFE5) is unknown color: approx Amour. HEX triplet: ED, DF and E5. RGB value is (237,223,229). Sum of RGB (Red+Green+Blue) = 237+223+229=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFE5 is #12201A. Grayscale: #E3E3E3. Windows color (decimal): -1187867 or 15065069. OLE color: 15065069.

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

Color convert

RGB237223229-
CMYK00.060.030.07
HSL334.29º28%90.2%-
HSV(B)334.29º5.91%92.94%-
XYZ75.4676.4484.91-
YUV227.87128.64134.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 229 (89.84% from 255) = 33.24%
R=34.40%
G=32.37%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722322900.060.030.07334.292890.2
HexEDDFE5063714e1c5a
Octal355337345063751634132
Binary111011011101111111100101011011111101001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFE5; }

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

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

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

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

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

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

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

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