#EEE0DE

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

Shades of Soft Peach #EEE0DE

Tints of Soft Peach #EEE0DE

Color information

#EEE0DE (or 0xEEE0DE) is unknown color: approx Soft Peach. HEX triplet: EE, E0 and DE. RGB value is (238,224,222). Sum of RGB (Red+Green+Blue) = 238+224+222=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0DE is #111F21. Grayscale: #E3E3E3. Windows color (decimal): -1122082 or 14606574. OLE color: 14606574.

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

Color convert

RGB238224222-
CMYK00.060.070.07
HSL7.5º32%90.2%-
HSV(B)7.5º6.72%93.33%-
XYZ75.176.7679.97-
YUV227.96124.64135.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=34.80%
G=32.75%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822422200.060.070.077.53290.2
HexEEE0DE06778205a
Octal35634033606771040132
Binary111011101110000011011110011011111110001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0DE; }

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

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

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

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

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

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

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

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