#E6DFDE

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

Shades of Soft Peach #E6DFDE

Tints of Soft Peach #E6DFDE

Color information

#E6DFDE (or 0xE6DFDE) is unknown color: approx Soft Peach. HEX triplet: E6, DF and DE. RGB value is (230,223,222). Sum of RGB (Red+Green+Blue) = 230+223+222=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFDE is #192021. Grayscale: #E0E0E0. Windows color (decimal): -1646626 or 14606310. OLE color: 14606310.

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

Color convert

RGB230223222-
CMYK00.030.030.10
HSL7.5º13.79%88.63%-
HSV(B)7.5º3.48%90.2%-
XYZ72.2174.8779.75-
YUV224.98126.32131.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.07%
GREEN value IS 223 (87.5% from 255) = 33.04%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=34.07%
G=33.04%
B=32.89%

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
Decimal23022322200.030.030.107.513.7988.63
HexE6DFDE033A8e59
Octal346337336033121016131
Binary111001101101111111011110011111010100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DFDE; }

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

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

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

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

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

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

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

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