#E9E1DD

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

Shades of Fair Pink #E9E1DD

Tints of Fair Pink #E9E1DD

Color information

#E9E1DD (or 0xE9E1DD) is unknown color: approx Fair Pink. HEX triplet: E9, E1 and DD. RGB value is (233,225,221). Sum of RGB (Red+Green+Blue) = 233+225+221=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1DD is #161E22. Grayscale: #E2E2E2. Windows color (decimal): -1449507 or 14541289. OLE color: 14541289.

HSL color Cylindrical-coordinate representation of color #E9E1DD: hue angle of 20º 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 #E9E1DD is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB233225221-
CMYK00.030.050.09
HSL20º21.43%89.02%-
HSV(B)20º5.15%91.37%-
XYZ73.5876.3979.27-
YUV226.94124.65132.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322522100.030.050.092021.4389.02
HexE9E1DD0359141559
Octal351341335035112425131
Binary111010011110000111011101011101100110100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E1DD; }

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

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

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

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

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

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

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

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