#ECDBDA

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

Shades of Soft Peach #ECDBDA

Tints of Soft Peach #ECDBDA

Color information

#ECDBDA (or 0xECDBDA) is unknown color: approx Soft Peach. HEX triplet: EC, DB and DA. RGB value is (236,219,218). Sum of RGB (Red+Green+Blue) = 236+219+218=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBDA is #132425. Grayscale: #DFDFDF. Windows color (decimal): -1254438 or 14343148. OLE color: 14343148.

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

Color convert

RGB236219218-
CMYK00.070.080.07
HSL3.33º32.14%89.02%-
HSV(B)3.33º7.63%92.55%-
XYZ72.5873.5676.7-
YUV223.97124.63136.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=35.07%
G=32.54%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621921800.070.080.073.3332.1489.02
HexECDBDA078732059
Octal35433333207107340131
Binary11101100110110111101101001111000111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBDA; }

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

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

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

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

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

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

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

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