#EEE4DF

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

Shades of Fair Pink #EEE4DF

Tints of Fair Pink #EEE4DF

Color information

#EEE4DF (or 0xEEE4DF) is unknown color: approx Fair Pink. HEX triplet: EE, E4 and DF. RGB value is (238,228,223). Sum of RGB (Red+Green+Blue) = 238+228+223=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4DF is #111B20. Grayscale: #E6E6E6. Windows color (decimal): -1121057 or 14673134. OLE color: 14673134.

HSL color Cylindrical-coordinate representation of color #EEE4DF: hue angle of 20º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE4DF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB238228223-
CMYK00.040.060.07
HSL20º30.61%90.39%-
HSV(B)20º6.3%93.33%-
XYZ76.3278.9981.04-
YUV230.42123.81133.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 228 (89.45% from 255) = 33.09%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=34.54%
G=33.09%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822822300.040.060.072030.6190.39
HexEEE4DF0467141f5a
Octal35634433704672437132
Binary111011101110010011011111010011011110100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4DF; }

 p { color: rgb(238,228,223); }

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

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

 a { background-color: rgb(238,228,223); }

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

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

 span { border-color: rgb(238,228,223); }

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