#E2D9DC

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

Shades of Prim #E2D9DC

Tints of Prim #E2D9DC

Color information

#E2D9DC (or 0xE2D9DC) is unknown color: approx Prim. HEX triplet: E2, D9 and DC. RGB value is (226,217,220). Sum of RGB (Red+Green+Blue) = 226+217+220=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D9DC is #1D2623. Grayscale: #DCDCDC. Windows color (decimal): -1910308 or 14473698. OLE color: 14473698.

HSL color Cylindrical-coordinate representation of color #E2D9DC: hue angle of 340º degrees, saturation: 0.13, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2D9DC is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226217220-
CMYK00.040.030.11
HSL340º13.43%86.86%-
HSV(B)340º3.98%88.63%-
XYZ69.170.9677.77-
YUV220.03127.98132.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.09%
GREEN value IS 217 (85.16% from 255) = 32.73%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=34.09%
G=32.73%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621722000.040.030.1134013.4386.86
HexE2D9DC043B154d57
Octal3423313340431352415127
Binary111000101101100111011100010011101110101010011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D9DC; }

 p { color: rgb(226,217,220); }

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

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

 a { background-color: rgb(226,217,220); }

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

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

 span { border-color: rgb(226,217,220); }

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