#E9D3DC

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

Shades of Prim #E9D3DC

Tints of Prim #E9D3DC

Color information

#E9D3DC (or 0xE9D3DC) is unknown color: approx Prim. HEX triplet: E9, D3 and DC. RGB value is (233,211,220). Sum of RGB (Red+Green+Blue) = 233+211+220=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 211 (82.81% from 255 or 31.78% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3DC is #162C23. Grayscale: #DADADA. Windows color (decimal): -1453092 or 14472169. OLE color: 14472169.

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

Color convert

RGB233211220-
CMYK00.090.060.09
HSL335.45º33.33%87.06%-
HSV(B)335.45º9.44%91.37%-
XYZ69.8269.0877.36-
YUV218.6128.79138.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 211 (82.81% from 255) = 31.78%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=35.09%
G=31.78%
B=33.13%

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
Decimal23321122000.090.060.09335.4533.3387.06
HexE9D3DC096914f2157
Octal35132333401161151741127
Binary1110100111010011110111000100111010011010011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3DC; }

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

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

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

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

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

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

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

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