#E9D1DA

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

Shades of Prim #E9D1DA

Tints of Prim #E9D1DA

Color information

#E9D1DA (or 0xE9D1DA) is unknown color: approx Prim. HEX triplet: E9, D1 and DA. RGB value is (233,209,218). Sum of RGB (Red+Green+Blue) = 233+209+218=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D1DA is #162E25. Grayscale: #D9D9D9. Windows color (decimal): -1453606 or 14340585. OLE color: 14340585.

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

Color convert

RGB233209218-
CMYK00.100.060.09
HSL337.5º35.29%86.67%-
HSV(B)337.5º10.3%91.37%-
XYZ69.0667.9975.81-
YUV217.2128.45139.27-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 218 (85.55% from 255) = 33.03%
R=35.30%
G=31.67%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320921800.100.060.09337.535.2986.67
HexE9D1DA0A691522357
Octal35132133201261152243127
Binary1110100111010001110110100101011010011010100101000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D1DA; }

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

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

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

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

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

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

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

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