#EEE2DA

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

Shades of Fair Pink #EEE2DA

Tints of Fair Pink #EEE2DA

Color information

#EEE2DA (or 0xEEE2DA) is unknown color: approx Fair Pink. HEX triplet: EE, E2 and DA. RGB value is (238,226,218). Sum of RGB (Red+Green+Blue) = 238+226+218=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DA is #111D25. Grayscale: #E4E4E4. Windows color (decimal): -1121574 or 14344942. OLE color: 14344942.

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

Color convert

RGB238226218-
CMYK00.050.080.07
HSL24º37.04%89.41%-
HSV(B)24º8.4%93.33%-
XYZ75.1177.6377.36-
YUV228.68121.98134.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=34.90%
G=33.14%
B=31.96%

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
Decimal23822621800.050.080.072437.0489.41
HexEEE2DA0587182559
Octal356342332051073045131
Binary11101110111000101101101001011000111110001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2DA; }

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

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

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

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

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

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

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

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