#EEDFDE

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

Shades of Soft Peach #EEDFDE

Tints of Soft Peach #EEDFDE

Color information

#EEDFDE (or 0xEEDFDE) is unknown color: approx Soft Peach. HEX triplet: EE, DF and DE. RGB value is (238,223,222). Sum of RGB (Red+Green+Blue) = 238+223+222=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDE is #112021. Grayscale: #E3E3E3. Windows color (decimal): -1122338 or 14606318. OLE color: 14606318.

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

Color convert

RGB238223222-
CMYK00.060.070.07
HSL3.75º32%90.2%-
HSV(B)3.75º6.72%93.33%-
XYZ74.8376.2379.88-
YUV227.37124.97135.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 223 (87.5% from 255) = 32.65%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=34.85%
G=32.65%
B=32.50%

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
Decimal23822322200.060.070.073.753290.2
HexEEDFDE06774205a
Octal3563373360677440132
Binary11101110110111111101111001101111111001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFDE; }

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

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

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

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

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

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

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

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