#E9D4DD

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

Shades of Prim #E9D4DD

Tints of Prim #E9D4DD

Color information

#E9D4DD (or 0xE9D4DD) is unknown color: approx Prim. HEX triplet: E9, D4 and DD. RGB value is (233,212,221). Sum of RGB (Red+Green+Blue) = 233+212+221=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D4DD is #162B22. Grayscale: #DBDBDB. Windows color (decimal): -1452835 or 14537961. OLE color: 14537961.

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

Color convert

RGB233212221-
CMYK00.090.050.09
HSL334.29º32.31%87.25%-
HSV(B)334.29º9.01%91.37%-
XYZ70.269.6378.15-
YUV219.3128.96137.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.98%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=34.98%
G=31.83%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321222100.090.050.09334.2932.3187.25
HexE9D4DD095914e2057
Octal35132433501151151640127
Binary1110100111010100110111010100110110011010011101000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D4DD; }

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

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

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

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

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

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

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

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