#E9DBDB

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

Shades of Soft Peach #E9DBDB

Tints of Soft Peach #E9DBDB

Color information

#E9DBDB (or 0xE9DBDB) is unknown color: approx Soft Peach. HEX triplet: E9, DB and DB. RGB value is (233,219,219). Sum of RGB (Red+Green+Blue) = 233+219+219=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBDB is #162424. Grayscale: #DFDFDF. Windows color (decimal): -1451045 or 14408681. OLE color: 14408681.

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

Color convert

RGB233219219-
CMYK00.060.060.09
HSL24.14%88.63%-
HSV(B)6.01%91.37%-
XYZ71.7273.177.35-
YUV223.19125.64135-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.72%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=34.72%
G=32.64%
B=32.64%

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
Decimal23321921900.060.060.09024.1488.63
HexE9DBDB066901859
Octal35133333306611030131
Binary111010011101101111011011011011010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DBDB; }

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

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

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

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

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

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

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

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