#E6DDDD

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

Shades of Soft Peach #E6DDDD

Tints of Soft Peach #E6DDDD

Color information

#E6DDDD (or 0xE6DDDD) is unknown color: approx Soft Peach. HEX triplet: E6, DD and DD. RGB value is (230,221,221). Sum of RGB (Red+Green+Blue) = 230+221+221=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDDD is #192222. Grayscale: #DFDFDF. Windows color (decimal): -1647139 or 14540262. OLE color: 14540262.

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

Color convert

RGB230221221-
CMYK00.040.040.10
HSL15.25%88.43%-
HSV(B)3.91%90.2%-
XYZ71.5473.7678.87-
YUV223.69126.48132.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.23%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=34.23%
G=32.89%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022122100.040.040.10015.2588.43
HexE6DDDD044A0f58
Octal34633533504412017130
Binary11100110110111011101110101001001010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDDD; }

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

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

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

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

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

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

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

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