#EBE0DE

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

Shades of Soft Peach #EBE0DE

Tints of Soft Peach #EBE0DE

Color information

#EBE0DE (or 0xEBE0DE) is unknown color: approx Soft Peach. HEX triplet: EB, E0 and DE. RGB value is (235,224,222). Sum of RGB (Red+Green+Blue) = 235+224+222=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0DE is #141F21. Grayscale: #E3E3E3. Windows color (decimal): -1318690 or 14606571. OLE color: 14606571.

HSL color Cylindrical-coordinate representation of color #EBE0DE: hue angle of 9.23º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBE0DE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235224222-
CMYK00.050.060.08
HSL9.23º24.53%89.61%-
HSV(B)9.23º5.53%92.16%-
XYZ74.176.2579.92-
YUV227.06125.14133.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=34.51%
G=32.89%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522422200.050.060.089.2324.5389.61
HexEBE0DE05689195a
Octal353340336056101131132
Binary111010111110000011011110010111010001001110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0DE; }

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

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

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

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

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

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

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

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