Html Css Color HEX #E5DEDD Soft Peach

📋 copy color: '#E5DEDD'

red 229 ◦ green 222 ◦ blue 221

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

Shades of Soft Peach #E5DEDD

Tints of Soft Peach #E5DEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.04%

 BLUE value IS 221 (86.72% from 255) = 32.89%

R = 34.08%
G = 33.04%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E5DEDD (or 0xE5DEDD) is known color: Soft Peach. HEX triplet: E5, DE and DD. RGB value is (229,222,221). Sum of RGB (Red+Green+Blue) = 229+222+221=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DEDD is #1A2122. Grayscale: #DFDFDF. Windows color (decimal): -1712419 or 14540517. OLE color: 14540517.

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

Color convert

RGB 229 222 221 -
CMYK 0 0.03 0.03 0.10
HSL 7.5º 0.13% 0.88% -
HSV(B) 7.5º 0.03% 0.9% -
XYZ 71.49 74.12 78.95 -
YUV 223.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 229 222 221 0 0.03 0.03 0.10 7.5 0.13 0.88
Hex E5 DE DD 0 3 3 A 8 D 58
Octal 345 336 335 0 3 3 12 10 15 130
Binary 11100101 11011110 11011101 0 11 11 1010 1000 1101 1011000

Color Harmonies of #E5DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEDD

Black with #E5DEDD

Text Example


Text Example

White with #E5DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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