#E9D5DC

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

Shades of Prim #E9D5DC

Tints of Prim #E9D5DC

Color information

#E9D5DC (or 0xE9D5DC) is unknown color: approx Prim. HEX triplet: E9, D5 and DC. RGB value is (233,213,220). Sum of RGB (Red+Green+Blue) = 233+213+220=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5DC is #162A23. Grayscale: #DBDBDB. Windows color (decimal): -1452580 or 14472681. OLE color: 14472681.

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

Color convert

RGB233213220-
CMYK00.090.060.09
HSL339º31.25%87.45%-
HSV(B)339º8.58%91.37%-
XYZ70.3270.0877.53-
YUV219.78128.13137.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.98%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 220 (86.33% from 255) = 33.03%
R=34.98%
G=31.98%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321322000.090.060.0933931.2587.45
HexE9D5DC09691531f57
Octal35132533401161152337127
Binary111010011101010111011100010011101001101010011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5DC; }

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

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

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

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

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

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

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

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