#E9D6DE

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

Shades of Prim #E9D6DE

Tints of Prim #E9D6DE

Color information

#E9D6DE (or 0xE9D6DE) is unknown color: approx Prim. HEX triplet: E9, D6 and DE. RGB value is (233,214,222). Sum of RGB (Red+Green+Blue) = 233+214+222=669 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.83% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6DE is #162921. Grayscale: #DCDCDC. Windows color (decimal): -1452322 or 14604009. OLE color: 14604009.

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

Color convert

RGB233214222-
CMYK00.080.050.09
HSL334.74º30.16%87.65%-
HSV(B)334.74º8.15%91.37%-
XYZ70.8470.6979.02-
YUV220.59128.79136.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.83%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=34.83%
G=31.99%
B=33.18%

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
Decimal23321422200.080.050.09334.7430.1687.65
HexE9D6DE085914f1e58
Octal35132633601051151736130
Binary111010011101011011011110010001011001101001111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6DE; }

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

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

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

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

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

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

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

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