Html Css Color HEX #E5DDDC Soft Peach

📋 copy color: '#E5DDDC'

red 229 ◦ green 221 ◦ blue 220

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

Shades of Soft Peach #E5DDDC

Tints of Soft Peach #E5DDDC

RGB

 RED value IS 229 (89.84% from 255) = 34.18%

 GREEN value IS 221 (86.72% from 255) = 32.99%

 BLUE value IS 220 (86.33% from 255) = 32.84%

R = 34.18%
G = 32.99%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E5DDDC (or 0xE5DDDC) is known color: Soft Peach. HEX triplet: E5, DD and DC. RGB value is (229,221,220). Sum of RGB (Red+Green+Blue) = 229+221+220=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDDC is #1A2223. Grayscale: #DFDFDF. Windows color (decimal): -1712676 or 14474725. OLE color: 14474725.

HSL color Cylindrical-coordinate representation of color #E5DDDC: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DDDC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 221 220 -
CMYK 0 0.03 0.04 0.10
HSL 6.67º 0.15% 0.88% -
HSV(B) 6.67º 0.04% 0.9% -
XYZ 71.09 73.54 78.16 -
YUV 223.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 229 221 220 0 0.03 0.04 0.10 6.67 0.15 0.88
Hex E5 DD DC 0 3 4 A 7 F 58
Octal 345 335 334 0 3 4 12 7 17 130
Binary 11100101 11011101 11011100 0 11 100 1010 111 1111 1011000

Color Harmonies of #E5DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DDDC

Black with #E5DDDC

Text Example


Text Example

White with #E5DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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