#E9E2DE

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

Shades of Fair Pink #E9E2DE

Tints of Fair Pink #E9E2DE

Color information

#E9E2DE (or 0xE9E2DE) is unknown color: approx Fair Pink. HEX triplet: E9, E2 and DE. RGB value is (233,226,222). Sum of RGB (Red+Green+Blue) = 233+226+222=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2DE is #161D21. Grayscale: #E3E3E3. Windows color (decimal): -1449250 or 14607081. OLE color: 14607081.

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

Color convert

RGB233226222-
CMYK00.030.050.09
HSL21.82º20%89.22%-
HSV(B)21.82º4.72%91.37%-
XYZ73.9976.9980.07-
YUV227.64124.82131.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.21%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=34.21%
G=33.19%
B=32.60%

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
Decimal23322622200.030.050.0921.822089.22
HexE9E2DE0359161459
Octal351342336035112624131
Binary111010011110001011011110011101100110110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2DE; }

 p { color: rgb(233,226,222); }

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

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

 a { background-color: rgb(233,226,222); }

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

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

 span { border-color: rgb(233,226,222); }

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