#ECE5E4

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

Shades of Soft Peach #ECE5E4

Tints of Soft Peach #ECE5E4

Color information

#ECE5E4 (or 0xECE5E4) is unknown color: approx Soft Peach. HEX triplet: EC, E5 and E4. RGB value is (236,229,228). Sum of RGB (Red+Green+Blue) = 236+229+228=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5E4 is #131A1B. Grayscale: #E6E6E6. Windows color (decimal): -1251868 or 15001068. OLE color: 15001068.

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

Color convert

RGB236229228-
CMYK00.030.030.07
HSL7.5º17.39%90.98%-
HSV(B)7.5º3.39%92.55%-
XYZ76.6179.4784.7-
YUV230.98126.32131.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.05%
GREEN value IS 229 (89.84% from 255) = 33.04%
BLUE value IS 228 (89.45% from 255) = 32.90%
R=34.05%
G=33.04%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622922800.030.030.077.517.3990.98
HexECE5E403378115b
Octal35434534403371021133
Binary111011001110010111100100011111111000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5E4; }

 p { color: rgb(236,229,228); }

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

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

 a { background-color: rgb(236,229,228); }

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

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

 span { border-color: rgb(236,229,228); }

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