#E6E0DF

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

Shades of Soft Peach #E6E0DF

Tints of Soft Peach #E6E0DF

Color information

#E6E0DF (or 0xE6E0DF) is unknown color: approx Soft Peach. HEX triplet: E6, E0 and DF. RGB value is (230,224,223). Sum of RGB (Red+Green+Blue) = 230+224+223=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0DF is #191F20. Grayscale: #E1E1E1. Windows color (decimal): -1646369 or 14672102. OLE color: 14672102.

HSL color Cylindrical-coordinate representation of color #E6E0DF: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E0DF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230224223-
CMYK00.030.030.10
HSL8.57º12.28%88.82%-
HSV(B)8.57º3.04%90.2%-
XYZ72.6175.4680.55-
YUV225.68126.49131.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.97%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=33.97%
G=33.09%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022422300.030.030.108.5712.2888.82
HexE6E0DF033A9c59
Octal346340337033121114131
Binary111001101110000011011111011111010100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E0DF; }

 p { color: rgb(230,224,223); }

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

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

 a { background-color: rgb(230,224,223); }

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

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

 span { border-color: rgb(230,224,223); }

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