#EEE1DA

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

Shades of Fair Pink #EEE1DA

Tints of Fair Pink #EEE1DA

Color information

#EEE1DA (or 0xEEE1DA) is unknown color: approx Fair Pink. HEX triplet: EE, E1 and DA. RGB value is (238,225,218). Sum of RGB (Red+Green+Blue) = 238+225+218=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1DA is #111E25. Grayscale: #E4E4E4. Windows color (decimal): -1121830 or 14344686. OLE color: 14344686.

HSL color Cylindrical-coordinate representation of color #EEE1DA: hue angle of 21º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEE1DA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238225218-
CMYK00.050.080.07
HSL21º37.04%89.41%-
HSV(B)21º8.4%93.33%-
XYZ74.8477.0977.26-
YUV228.09122.31135.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=34.95%
G=33.04%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822521800.050.080.072137.0489.41
HexEEE1DA0587152559
Octal356341332051072545131
Binary11101110111000011101101001011000111101011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1DA; }

 p { color: rgb(238,225,218); }

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

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

 a { background-color: rgb(238,225,218); }

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

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

 span { border-color: rgb(238,225,218); }

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