#ECDEDB

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

Shades of Soft Peach #ECDEDB

Tints of Soft Peach #ECDEDB

Color information

#ECDEDB (or 0xECDEDB) is unknown color: approx Soft Peach. HEX triplet: EC, DE and DB. RGB value is (236,222,219). Sum of RGB (Red+Green+Blue) = 236+222+219=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEDB is #132124. Grayscale: #E1E1E1. Windows color (decimal): -1253669 or 14409452. OLE color: 14409452.

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

Color convert

RGB236222219-
CMYK00.060.070.07
HSL10.59º30.91%89.22%-
HSV(B)10.59º7.2%92.55%-
XYZ73.575.1977.66-
YUV225.84124.14135.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=34.86%
G=32.79%
B=32.35%

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
Decimal23622221900.060.070.0710.5930.9189.22
HexECDEDB0677b1f59
Octal35433633306771337131
Binary11101100110111101101101101101111111011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEDB; }

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

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

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

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

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

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

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

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