#E6DEDE

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

Shades of Soft Peach #E6DEDE

Tints of Soft Peach #E6DEDE

Color information

#E6DEDE (or 0xE6DEDE) is unknown color: approx Soft Peach. HEX triplet: E6, DE and DE. RGB value is (230,222,222). Sum of RGB (Red+Green+Blue) = 230+222+222=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEDE is #192121. Grayscale: #E0E0E0. Windows color (decimal): -1646882 or 14606054. OLE color: 14606054.

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

Color convert

RGB230222222-
CMYK00.030.030.10
HSL13.79%88.63%-
HSV(B)3.48%90.2%-
XYZ71.9474.3479.66-
YUV224.39126.65132-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.12%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=34.12%
G=32.94%
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
Decimal23022222200.030.030.10013.7988.63
HexE6DEDE033A0e59
Octal34633633603312016131
Binary111001101101111011011110011111010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DEDE; }

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

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

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

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

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

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

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

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