Html Css Color HEX #E9DCDC Soft Peach

📋 copy color: '#E9DCDC'

red 233 ◦ green 220 ◦ blue 220

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

Shades of Soft Peach #E9DCDC

Tints of Soft Peach #E9DCDC

RGB

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

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

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

R = 34.62%
G = 32.69%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9DCDC (or 0xE9DCDC) is known color: Soft Peach. HEX triplet: E9, DC and DC. RGB value is (233,220,220). Sum of RGB (Red+Green+Blue) = 233+220+220=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCDC is #162323. Grayscale: #DFDFDF. Windows color (decimal): -1450788 or 14474473. OLE color: 14474473.

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

Color convert

RGB 233 220 220 -
CMYK 0 0.06 0.06 0.09
HSL 0.23% 0.89% -
HSV(B) 0.06% 0.91% -
XYZ 72.12 73.68 78.13 -
YUV 223.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 233 220 220 0 0.06 0.06 0.09 0 0.23 0.89
Hex E9 DC DC 0 6 6 9 0 17 59
Octal 351 334 334 0 6 6 11 0 27 131
Binary 11101001 11011100 11011100 0 110 110 1001 0 10111 1011001

Color Harmonies of #E9DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DCDC

Black with #E9DCDC

Text Example


Text Example

White with #E9DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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