#EEE4DE

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

Shades of Fair Pink #EEE4DE

Tints of Fair Pink #EEE4DE

Color information

#EEE4DE (or 0xEEE4DE) is unknown color: approx Fair Pink. HEX triplet: EE, E4 and DE. RGB value is (238,228,222). Sum of RGB (Red+Green+Blue) = 238+228+222=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4DE is #111B21. Grayscale: #E6E6E6. Windows color (decimal): -1121058 or 14607598. OLE color: 14607598.

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

Color convert

RGB238228222-
CMYK00.040.070.07
HSL22.5º32%90.2%-
HSV(B)22.5º6.72%93.33%-
XYZ76.1978.9480.33-
YUV230.31123.31133.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 228 (89.45% from 255) = 33.14%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=34.59%
G=33.14%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822822200.040.070.0722.53290.2
HexEEE4DE047717205a
Octal35634433604772740132
Binary1110111011100100110111100100111111101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4DE; }

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

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

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

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

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

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

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

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