#E9D6DF

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

Shades of Prim #E9D6DF

Tints of Prim #E9D6DF

Color information

#E9D6DF (or 0xE9D6DF) is unknown color: approx Prim. HEX triplet: E9, D6 and DF. RGB value is (233,214,223). Sum of RGB (Red+Green+Blue) = 233+214+223=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6DF is #162920. Grayscale: #DCDCDC. Windows color (decimal): -1452321 or 14669545. OLE color: 14669545.

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

Color convert

RGB233214223-
CMYK00.080.040.09
HSL331.58º30.16%87.65%-
HSV(B)331.58º8.15%91.37%-
XYZ70.9770.7479.73-
YUV220.71129.29136.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.78%
GREEN value IS 214 (83.98% from 255) = 31.94%
BLUE value IS 223 (87.5% from 255) = 33.28%
R=34.78%
G=31.94%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321422300.080.040.09331.5830.1687.65
HexE9D6DF084914c1e58
Octal35132633701041151436130
Binary111010011101011011011111010001001001101001100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6DF; }

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

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

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

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

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

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

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

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