#EEE1DF

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

Shades of Soft Peach #EEE1DF

Tints of Soft Peach #EEE1DF

Color information

#EEE1DF (or 0xEEE1DF) is unknown color: approx Soft Peach. HEX triplet: EE, E1 and DF. RGB value is (238,225,223). Sum of RGB (Red+Green+Blue) = 238+225+223=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1DF is #111E20. Grayscale: #E4E4E4. Windows color (decimal): -1121825 or 14672366. OLE color: 14672366.

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

Color convert

RGB238225223-
CMYK00.050.060.07
HSL30.61%90.39%-
HSV(B)6.3%93.33%-
XYZ75.577.3680.76-
YUV228.66124.81134.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=34.69%
G=32.80%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822522300.050.060.07830.6190.39
HexEEE1DF056781f5a
Octal35634133705671037132
Binary11101110111000011101111101011101111000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1DF; }

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

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

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

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

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

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

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

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