#E2D8DE

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

Shades of Prim #E2D8DE

Tints of Prim #E2D8DE

Color information

#E2D8DE (or 0xE2D8DE) is unknown color: approx Prim. HEX triplet: E2, D8 and DE. RGB value is (226,216,222). Sum of RGB (Red+Green+Blue) = 226+216+222=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D8DE is #1D2721. Grayscale: #DBDBDB. Windows color (decimal): -1910562 or 14604514. OLE color: 14604514.

HSL color Cylindrical-coordinate representation of color #E2D8DE: hue angle of 324º degrees, saturation: 0.15, 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 #E2D8DE is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226216222-
CMYK00.040.020.11
HSL324º14.71%86.67%-
HSV(B)324º4.42%88.63%-
XYZ69.170.5579.08-
YUV219.67129.31132.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 216 (84.77% from 255) = 32.53%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=34.04%
G=32.53%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621622200.040.020.1132414.7186.67
HexE2D8DE042B144f57
Octal3423303360421350417127
Binary111000101101100011011110010010101110100010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D8DE; }

 p { color: rgb(226,216,222); }

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

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

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

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

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

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

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