#E9E2DF

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

Shades of Fair Pink #E9E2DF

Tints of Fair Pink #E9E2DF

Color information

#E9E2DF (or 0xE9E2DF) is unknown color: approx Fair Pink. HEX triplet: E9, E2 and DF. RGB value is (233,226,223). Sum of RGB (Red+Green+Blue) = 233+226+223=682 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.16% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2DF is #161D20. Grayscale: #E3E3E3. Windows color (decimal): -1449249 or 14672617. OLE color: 14672617.

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

Color convert

RGB233226223-
CMYK00.030.040.09
HSL18º18.52%89.41%-
HSV(B)18º4.29%91.37%-
XYZ74.1277.0480.78-
YUV227.75125.32131.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.16%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 223 (87.5% from 255) = 32.70%
R=34.16%
G=33.14%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322622300.030.040.091818.5289.41
HexE9E2DF0349121359
Octal351342337034112223131
Binary111010011110001011011111011100100110010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2DF; }

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

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

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

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

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

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

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

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