#E9D3DA

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

Shades of Prim #E9D3DA

Tints of Prim #E9D3DA

Color information

#E9D3DA (or 0xE9D3DA) is unknown color: approx Prim. HEX triplet: E9, D3 and DA. RGB value is (233,211,218). Sum of RGB (Red+Green+Blue) = 233+211+218=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3DA is #162C25. Grayscale: #DADADA. Windows color (decimal): -1453094 or 14341097. OLE color: 14341097.

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

Color convert

RGB233211218-
CMYK00.090.060.09
HSL340.91º33.33%87.06%-
HSV(B)340.91º9.44%91.37%-
XYZ69.5568.9775.98-
YUV218.38127.79138.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 211 (82.81% from 255) = 31.87%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=35.20%
G=31.87%
B=32.93%

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
Decimal23321121800.090.060.09340.9133.3387.06
HexE9D3DA09691552157
Octal35132333201161152541127
Binary1110100111010011110110100100111010011010101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3DA; }

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

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

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

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

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

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

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

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