#ECDDDB

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

Shades of Soft Peach #ECDDDB

Tints of Soft Peach #ECDDDB

Color information

#ECDDDB (or 0xECDDDB) is unknown color: approx Soft Peach. HEX triplet: EC, DD and DB. RGB value is (236,221,219). Sum of RGB (Red+Green+Blue) = 236+221+219=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDB is #132224. Grayscale: #E1E1E1. Windows color (decimal): -1253925 or 14409196. OLE color: 14409196.

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

Color convert

RGB236221219-
CMYK00.060.070.07
HSL7.06º30.91%89.22%-
HSV(B)7.06º7.2%92.55%-
XYZ73.2374.6677.57-
YUV225.26124.47135.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.91%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=34.91%
G=32.69%
B=32.40%

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
Decimal23622121900.060.070.077.0630.9189.22
HexECDDDB067771f59
Octal3543353330677737131
Binary1110110011011101110110110110111111111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDDB; }

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

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

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

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

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

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

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

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