#EEE4E2

Color #EEE4E2 Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #EEE4E2

Tints of Soft Peach #EEE4E2

Color information

#EEE4E2 (or 0xEEE4E2) is unknown color: approx Soft Peach. HEX triplet: EE, E4 and E2. RGB value is (238,228,226). Sum of RGB (Red+Green+Blue) = 238+228+226=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4E2 is #111B1D. Grayscale: #E6E6E6. Windows color (decimal): -1121054 or 14869742. OLE color: 14869742.

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

Color convert

RGB238228226-
CMYK00.040.050.07
HSL10º26.09%90.98%-
HSV(B)10º5.04%93.33%-
XYZ76.7379.1583.19-
YUV230.76125.31133.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 228 (89.45% from 255) = 32.95%
BLUE value IS 226 (88.67% from 255) = 32.66%
R=34.39%
G=32.95%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822822600.040.050.071026.0990.98
HexEEE4E20457a1a5b
Octal35634434204571232133
Binary11101110111001001110001001001011111010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE4E2; }

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

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

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

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

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

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

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

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