#E9D2DA

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

Shades of Prim #E9D2DA

Tints of Prim #E9D2DA

Color information

#E9D2DA (or 0xE9D2DA) is unknown color: approx Prim. HEX triplet: E9, D2 and DA. RGB value is (233,210,218). Sum of RGB (Red+Green+Blue) = 233+210+218=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2DA is #162D25. Grayscale: #D9D9D9. Windows color (decimal): -1453350 or 14340841. OLE color: 14340841.

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

Color convert

RGB233210218-
CMYK00.100.060.09
HSL339.13º34.33%86.86%-
HSV(B)339.13º9.87%91.37%-
XYZ69.3168.4875.89-
YUV217.79128.12138.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=35.25%
G=31.77%
B=32.98%

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
Decimal23321021800.100.060.09339.1334.3386.86
HexE9D2DA0A691532257
Octal35132233201261152342127
Binary1110100111010010110110100101011010011010100111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2DA; }

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

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

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

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

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

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

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

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