#E9D5DE

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

Shades of Prim #E9D5DE

Tints of Prim #E9D5DE

Color information

#E9D5DE (or 0xE9D5DE) is unknown color: approx Prim. HEX triplet: E9, D5 and DE. RGB value is (233,213,222). Sum of RGB (Red+Green+Blue) = 233+213+222=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 213 (83.59% from 255 or 31.89% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5DE is #162A21. Grayscale: #DBDBDB. Windows color (decimal): -1452578 or 14603753. OLE color: 14603753.

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

Color convert

RGB233213222-
CMYK00.090.050.09
HSL333º31.25%87.45%-
HSV(B)333º8.58%91.37%-
XYZ70.5870.1978.93-
YUV220.01129.13137.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.88%
GREEN value IS 213 (83.59% from 255) = 31.89%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=34.88%
G=31.89%
B=33.23%

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
Decimal23321322200.090.050.0933331.2587.45
HexE9D5DE095914d1f57
Octal35132533601151151537127
Binary111010011101010111011110010011011001101001101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D5DE; }

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

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

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

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

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

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

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

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