Html Css Color HEX #E9DEDC Soft Peach

📋 copy color: '#E9DEDC'

red 233 ◦ green 222 ◦ blue 220

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

Shades of Soft Peach #E9DEDC

Tints of Soft Peach #E9DEDC

RGB

 RED value IS 233 (91.41% from 255) = 34.52%

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

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

R = 34.52%
G = 32.89%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9DEDC (or 0xE9DEDC) is known color: Soft Peach. HEX triplet: E9, DE and DC. RGB value is (233,222,220). Sum of RGB (Red+Green+Blue) = 233+222+220=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEDC is #162123. Grayscale: #E1E1E1. Windows color (decimal): -1450276 or 14474985. OLE color: 14474985.

HSL color Cylindrical-coordinate representation of color #E9DEDC: hue angle of 9.23º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DEDC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 222 220 -
CMYK 0 0.05 0.06 0.09
HSL 9.23º 0.23% 0.89% -
HSV(B) 9.23º 0.06% 0.91% -
XYZ 72.64 74.73 78.31 -
YUV 225.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 233 222 220 0 0.05 0.06 0.09 9.23 0.23 0.89
Hex E9 DE DC 0 5 6 9 9 17 59
Octal 351 336 334 0 5 6 11 11 27 131
Binary 11101001 11011110 11011100 0 101 110 1001 1001 10111 1011001

Color Harmonies of #E9DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DEDC

Black with #E9DEDC

Text Example


Text Example

White with #E9DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DEDC; }

 p { color: rgb(233,222,220); }

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

background-color css

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

 a { background-color: rgb(233,222,220); }

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

border-color css

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

 span { border-color: rgb(233,222,220); }

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