#E9D5DD

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

Shades of Prim #E9D5DD

Tints of Prim #E9D5DD

Color information

#E9D5DD (or 0xE9D5DD) is unknown color: approx Prim. HEX triplet: E9, D5 and DD. RGB value is (233,213,221). Sum of RGB (Red+Green+Blue) = 233+213+221=667 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.93% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5DD is #162A22. Grayscale: #DBDBDB. Windows color (decimal): -1452579 or 14538217. OLE color: 14538217.

HSL color Cylindrical-coordinate representation of color #E9D5DD: hue angle of 336º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9D5DD is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB233213221-
CMYK00.090.050.09
HSL336º31.25%87.45%-
HSV(B)336º8.58%91.37%-
XYZ70.4570.1378.23-
YUV219.89128.63137.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.93%
GREEN value IS 213 (83.59% from 255) = 31.93%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=34.93%
G=31.93%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321322100.090.050.0933631.2587.45
HexE9D5DD09591501f57
Octal35132533501151152037127
Binary111010011101010111011101010011011001101010000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5DD; }

 p { color: rgb(233,213,221); }

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

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

 a { background-color: rgb(233,213,221); }

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

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

 span { border-color: rgb(233,213,221); }

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