#E9D3DE

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

Shades of Prim #E9D3DE

Tints of Prim #E9D3DE

Color information

#E9D3DE (or 0xE9D3DE) is unknown color: approx Prim. HEX triplet: E9, D3 and DE. RGB value is (233,211,222). Sum of RGB (Red+Green+Blue) = 233+211+222=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3DE is #162C21. Grayscale: #DADADA. Windows color (decimal): -1453090 or 14603241. OLE color: 14603241.

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

Color convert

RGB233211222-
CMYK00.090.050.09
HSL330º33.33%87.06%-
HSV(B)330º9.44%91.37%-
XYZ70.0869.1978.77-
YUV218.83129.79138.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.98%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=34.98%
G=31.68%
B=33.33%

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
Decimal23321122200.090.050.0933033.3387.06
HexE9D3DE095914a2157
Octal35132333601151151241127
Binary1110100111010011110111100100110110011010010101000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D3DE; }

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

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

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

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

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

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

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

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