#E6DFDC

Color #E6DFDC Pot Pourri (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pot Pourri #E6DFDC

Tints of Pot Pourri #E6DFDC

Color information

#E6DFDC (or 0xE6DFDC) is unknown color: approx Pot Pourri. HEX triplet: E6, DF and DC. RGB value is (230,223,220). Sum of RGB (Red+Green+Blue) = 230+223+220=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFDC is #192023. Grayscale: #E0E0E0. Windows color (decimal): -1646628 or 14475238. OLE color: 14475238.

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

Color convert

RGB230223220-
CMYK00.030.040.10
HSL18º16.67%88.24%-
HSV(B)18º4.35%90.2%-
XYZ71.9474.7778.35-
YUV224.75125.32131.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.18%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=34.18%
G=33.14%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022322000.030.040.101816.6788.24
HexE6DFDC034A121158
Octal346337334034122221130
Binary111001101101111111011100011100101010010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DFDC; }

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

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

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

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

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

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

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

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