#E9DFE3

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

Shades of Amour #E9DFE3

Tints of Amour #E9DFE3

Color information

#E9DFE3 (or 0xE9DFE3) is unknown color: approx Amour. HEX triplet: E9, DF and E3. RGB value is (233,223,227). Sum of RGB (Red+Green+Blue) = 233+223+227=683 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.11% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFE3 is #16201C. Grayscale: #E2E2E2. Windows color (decimal): -1450013 or 14933993. OLE color: 14933993.

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

Color convert

RGB233223227-
CMYK00.040.030.09
HSL336º18.52%89.41%-
HSV(B)336º4.29%91.37%-
XYZ73.8675.6583.38-
YUV226.45128.31132.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.11%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=34.11%
G=32.65%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322322700.040.030.0933618.5289.41
HexE9DFE304391501359
Octal3513373430431152023131
Binary1110100111011111111000110100111001101010000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFE3; }

 p { color: rgb(233,223,227); }

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

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

 a { background-color: rgb(233,223,227); }

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

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

 span { border-color: rgb(233,223,227); }

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