Html Css Color HEX #ECDCD9 Soft Peach

📋 copy color: '#ECDCD9'

red 236 ◦ green 220 ◦ blue 217

#ECDCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Peach #ECDCD9

Tints of Soft Peach #ECDCD9

RGB

 RED value IS 236 (92.58% from 255) = 35.07%

 GREEN value IS 220 (86.33% from 255) = 32.69%

 BLUE value IS 217 (85.16% from 255) = 32.24%

R = 35.07%
G = 32.69%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECDCD9 (or 0xECDCD9) is known color: Soft Peach. HEX triplet: EC, DC and D9. RGB value is (236,220,217). Sum of RGB (Red+Green+Blue) = 236+220+217=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCD9 is #132326. Grayscale: #E0E0E0. Windows color (decimal): -1254183 or 14277868. OLE color: 14277868.

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

Color convert

RGB 236 220 217 -
CMYK 0 0.07 0.08 0.07
HSL 9.47º 0.33% 0.89% -
HSV(B) 9.47º 0.08% 0.93% -
XYZ 72.71 74.03 76.1 -
YUV 224.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 236 220 217 0 0.07 0.08 0.07 9.47 0.33 0.89
Hex EC DC D9 0 7 8 7 9 21 59
Octal 354 334 331 0 7 10 7 11 41 131
Binary 11101100 11011100 11011001 0 111 1000 111 1001 100001 1011001

Color Harmonies of #ECDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCD9

Black with #ECDCD9

Text Example


Text Example

White with #ECDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCD9; }

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

 H1.HeaderClassName
 {
   color: #ECDCD9;
 }
 .AnyTagClassName
 {
   color: #ECDCD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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