#E1D4DA

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

Shades of Prim #E1D4DA

Tints of Prim #E1D4DA

Color information

#E1D4DA (or 0xE1D4DA) is unknown color: approx Prim. HEX triplet: E1, D4 and DA. RGB value is (225,212,218). Sum of RGB (Red+Green+Blue) = 225+212+218=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4DA is #1E2B25. Grayscale: #D8D8D8. Windows color (decimal): -1977126 or 14341345. OLE color: 14341345.

HSL color Cylindrical-coordinate representation of color #E1D4DA: hue angle of 332.31º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1D4DA is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225212218-
CMYK00.060.030.12
HSL332.31º17.81%85.69%-
HSV(B)332.31º5.78%88.24%-
XYZ67.2568.1675.94-
YUV216.57128.81134.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 212 (83.20% from 255) = 32.37%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=34.35%
G=32.37%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521221800.060.030.12332.3117.8185.69
HexE1D4DA063C14c1256
Octal3413243320631451422126
Binary1110000111010100110110100110111100101001100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4DA; }

 p { color: rgb(225,212,218); }

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

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

 a { background-color: rgb(225,212,218); }

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

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

 span { border-color: rgb(225,212,218); }

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