#E9DDE1

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

Shades of Amour #E9DDE1

Tints of Amour #E9DDE1

Color information

#E9DDE1 (or 0xE9DDE1) is unknown color: approx Amour. HEX triplet: E9, DD and E1. RGB value is (233,221,225). Sum of RGB (Red+Green+Blue) = 233+221+225=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDE1 is #16221E. Grayscale: #E1E1E1. Windows color (decimal): -1450527 or 14802409. OLE color: 14802409.

HSL color Cylindrical-coordinate representation of color #E9DDE1: hue angle of 340º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DDE1 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB233221225-
CMYK00.050.030.09
HSL340º21.43%89.02%-
HSV(B)340º5.15%91.37%-
XYZ73.0574.4781.76-
YUV225.04127.98133.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.32%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=34.32%
G=32.55%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322122500.050.030.0934021.4389.02
HexE9DDE105391541559
Octal3513353410531152425131
Binary1110100111011101111000010101111001101010100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDE1; }

 p { color: rgb(233,221,225); }

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

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

 a { background-color: rgb(233,221,225); }

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

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

 span { border-color: rgb(233,221,225); }

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