#ECE0DE

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

Shades of Soft Peach #ECE0DE

Tints of Soft Peach #ECE0DE

Color information

#ECE0DE (or 0xECE0DE) is unknown color: approx Soft Peach. HEX triplet: EC, E0 and DE. RGB value is (236,224,222). Sum of RGB (Red+Green+Blue) = 236+224+222=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0DE is #131F21. Grayscale: #E3E3E3. Windows color (decimal): -1253154 or 14606572. OLE color: 14606572.

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

Color convert

RGB236224222-
CMYK00.050.060.07
HSL8.57º26.92%89.8%-
HSV(B)8.57º5.93%92.55%-
XYZ74.4376.4279.93-
YUV227.36124.98134.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 224 (87.89% from 255) = 32.84%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=34.60%
G=32.84%
B=32.55%

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
Decimal23622422200.050.060.078.5726.9289.8
HexECE0DE056791b5a
Octal35434033605671133132
Binary11101100111000001101111001011101111001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE0DE; }

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

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

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

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

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

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

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

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