#E7DBDA

Color #E7DBDA Soft Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Peach #E7DBDA

Tints of Soft Peach #E7DBDA

Color information

#E7DBDA (or 0xE7DBDA) is unknown color: approx Soft Peach. HEX triplet: E7, DB and DA. RGB value is (231,219,218). Sum of RGB (Red+Green+Blue) = 231+219+218=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBDA is #182425. Grayscale: #DEDEDE. Windows color (decimal): -1582118 or 14343143. OLE color: 14343143.

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

Color convert

RGB231219218-
CMYK00.050.060.09
HSL4.62º21.31%88.04%-
HSV(B)4.62º5.63%90.59%-
XYZ70.9472.7176.63-
YUV222.47125.48134.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.58%
GREEN value IS 219 (85.94% from 255) = 32.78%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=34.58%
G=32.78%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121921800.050.060.094.6221.3188.04
HexE7DBDA056951558
Octal34733333205611525130
Binary11100111110110111101101001011101001101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DBDA; }

 p { color: rgb(231,219,218); }

 H1.HeaderClassName
 {
   color: #E7DBDA;
 }
 .AnyTagClassName
 {
   color: #E7DBDA;
 }
</style>
background-color css

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

 a { background-color: rgb(231,219,218); }

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

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

 span { border-color: rgb(231,219,218); }

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