#E9D6DD

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

Shades of Prim #E9D6DD

Tints of Prim #E9D6DD

Color information

#E9D6DD (or 0xE9D6DD) is unknown color: approx Prim. HEX triplet: E9, D6 and DD. RGB value is (233,214,221). Sum of RGB (Red+Green+Blue) = 233+214+221=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6DD is #162922. Grayscale: #DCDCDC. Windows color (decimal): -1452323 or 14538473. OLE color: 14538473.

HSL color Cylindrical-coordinate representation of color #E9D6DD: hue angle of 337.89º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9D6DD is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB233214221-
CMYK00.080.050.09
HSL337.89º30.16%87.65%-
HSV(B)337.89º8.15%91.37%-
XYZ70.770.6478.31-
YUV220.48128.29136.93-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.88%
GREEN value IS 214 (83.98% from 255) = 32.04%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=34.88%
G=32.04%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321422100.080.050.09337.8930.1687.65
HexE9D6DD08591521e58
Octal35132633501051152236130
Binary111010011101011011011101010001011001101010010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6DD; }

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

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

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

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

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

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

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

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