#E9D2DD

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

Shades of Prim #E9D2DD

Tints of Prim #E9D2DD

Color information

#E9D2DD (or 0xE9D2DD) is unknown color: approx Prim. HEX triplet: E9, D2 and DD. RGB value is (233,210,221). Sum of RGB (Red+Green+Blue) = 233+210+221=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D2DD is #162D22. Grayscale: #DADADA. Windows color (decimal): -1453347 or 14537449. OLE color: 14537449.

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

Color convert

RGB233210221-
CMYK00.100.050.09
HSL331.3º34.33%86.86%-
HSV(B)331.3º9.87%91.37%-
XYZ69.768.6477.98-
YUV218.13129.62138.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=35.09%
G=31.63%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321022100.100.050.09331.334.3386.86
HexE9D2DD0A5914b2257
Octal35132233501251151342127
Binary1110100111010010110111010101010110011010010111000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2DD; }

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

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

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

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

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

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

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

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