#E1D4DD

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

Shades of Prim #E1D4DD

Tints of Prim #E1D4DD

Color information

#E1D4DD (or 0xE1D4DD) is unknown color: approx Prim. HEX triplet: E1, D4 and DD. RGB value is (225,212,221). Sum of RGB (Red+Green+Blue) = 225+212+221=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4DD is #1E2B22. Grayscale: #D8D8D8. Windows color (decimal): -1977123 or 14537953. OLE color: 14537953.

HSL color Cylindrical-coordinate representation of color #E1D4DD: hue angle of 318.46º 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 #E1D4DD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225212221-
CMYK00.060.020.12
HSL318.46º17.81%85.69%-
HSV(B)318.46º5.78%88.24%-
XYZ67.6568.3178.03-
YUV216.91130.31133.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.19%
GREEN value IS 212 (83.20% from 255) = 32.22%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=34.19%
G=32.22%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521222100.060.020.12318.4617.8185.69
HexE1D4DD062C13e1256
Octal3413243350621447622126
Binary1110000111010100110111010110101100100111110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4DD; }

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

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

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

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

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

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

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

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