#E6DCDB

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

Shades of Soft Peach #E6DCDB

Tints of Soft Peach #E6DCDB

Color information

#E6DCDB (or 0xE6DCDB) is unknown color: approx Soft Peach. HEX triplet: E6, DC and DB. RGB value is (230,220,219). Sum of RGB (Red+Green+Blue) = 230+220+219=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCDB is #192324. Grayscale: #DEDEDE. Windows color (decimal): -1647397 or 14408934. OLE color: 14408934.

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

Color convert

RGB230220219-
CMYK00.040.050.10
HSL5.45º18.03%88.04%-
HSV(B)5.45º4.78%90.2%-
XYZ71.0173.1277.39-
YUV222.88125.81133.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.38%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=34.38%
G=32.88%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022021900.040.050.105.4518.0388.04
HexE6DCDB045A51258
Octal34633433304512522130
Binary11100110110111001101101101001011010101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCDB; }

 p { color: rgb(230,220,219); }

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

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

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

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

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

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

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