#E8DBDA

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

Shades of Soft Peach #E8DBDA

Tints of Soft Peach #E8DBDA

Color information

#E8DBDA (or 0xE8DBDA) is unknown color: approx Soft Peach. HEX triplet: E8, DB and DA. RGB value is (232,219,218). Sum of RGB (Red+Green+Blue) = 232+219+218=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBDA is #172425. Grayscale: #DEDEDE. Windows color (decimal): -1516582 or 14343144. OLE color: 14343144.

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

Color convert

RGB232219218-
CMYK00.060.060.09
HSL4.29º23.33%88.24%-
HSV(B)4.29º6.03%90.98%-
XYZ71.2772.8876.64-
YUV222.77125.31134.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.68%
GREEN value IS 219 (85.94% from 255) = 32.74%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=34.68%
G=32.74%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221921800.060.060.094.2923.3388.24
HexE8DBDA066941758
Octal35033333206611427130
Binary11101000110110111101101001101101001100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DBDA; }

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

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

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

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

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

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

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

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