#E2D6DD

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

Shades of Prim #E2D6DD

Tints of Prim #E2D6DD

Color information

#E2D6DD (or 0xE2D6DD) is unknown color: approx Prim. HEX triplet: E2, D6 and DD. RGB value is (226,214,221). Sum of RGB (Red+Green+Blue) = 226+214+221=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6DD is #1D2922. Grayscale: #DADADA. Windows color (decimal): -1911075 or 14538466. OLE color: 14538466.

HSL color Cylindrical-coordinate representation of color #E2D6DD: hue angle of 325º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2D6DD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226214221-
CMYK00.050.020.11
HSL325º17.14%86.27%-
HSV(B)325º5.31%88.63%-
XYZ68.4669.4878.21-
YUV218.39129.48133.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 214 (83.98% from 255) = 32.38%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=34.19%
G=32.38%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621422100.050.020.1132517.1486.27
HexE2D6DD052B1451156
Octal3423263350521350521126
Binary1110001011010110110111010101101011101000101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D6DD; }

 p { color: rgb(226,214,221); }

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

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

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

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

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

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

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