#ECDDDC

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

Shades of Soft Peach #ECDDDC

Tints of Soft Peach #ECDDDC

Color information

#ECDDDC (or 0xECDDDC) is unknown color: approx Soft Peach. HEX triplet: EC, DD and DC. RGB value is (236,221,220). Sum of RGB (Red+Green+Blue) = 236+221+220=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDDC is #132223. Grayscale: #E1E1E1. Windows color (decimal): -1253924 or 14474732. OLE color: 14474732.

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

Color convert

RGB236221220-
CMYK00.060.070.07
HSL3.75º29.63%89.41%-
HSV(B)3.75º6.78%92.55%-
XYZ73.3774.7178.26-
YUV225.37124.97135.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=34.86%
G=32.64%
B=32.50%

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
Decimal23622122000.060.070.073.7529.6389.41
HexECDDDC067741e59
Octal3543353340677436131
Binary1110110011011101110111000110111111100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDDC; }

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

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

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

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

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

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

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

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