Html Css Color HEX #E7DDDC Soft Peach

📋 copy color: '#E7DDDC'

red 231 ◦ green 221 ◦ blue 220

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

Shades of Soft Peach #E7DDDC

Tints of Soft Peach #E7DDDC

RGB

 RED value IS 231 (90.63% from 255) = 34.38%

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

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

R = 34.38%
G = 32.89%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E7DDDC (or 0xE7DDDC) is known color: Soft Peach. HEX triplet: E7, DD and DC. RGB value is (231,221,220). Sum of RGB (Red+Green+Blue) = 231+221+220=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDDC is #182223. Grayscale: #DFDFDF. Windows color (decimal): -1581604 or 14474727. OLE color: 14474727.

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

Color convert

RGB 231 221 220 -
CMYK 0 0.04 0.05 0.09
HSL 5.45º 0.19% 0.88% -
HSV(B) 5.45º 0.05% 0.91% -
XYZ 71.73 73.87 78.19 -
YUV 223.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 231 221 220 0 0.04 0.05 0.09 5.45 0.19 0.88
Hex E7 DD DC 0 4 5 9 5 13 58
Octal 347 335 334 0 4 5 11 5 23 130
Binary 11100111 11011101 11011100 0 100 101 1001 101 10011 1011000

Color Harmonies of #E7DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DDDC

Black with #E7DDDC

Text Example


Text Example

White with #E7DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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