#E8D9DF

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

Shades of Prim #E8D9DF

Tints of Prim #E8D9DF

Color information

#E8D9DF (or 0xE8D9DF) is unknown color: approx Prim. HEX triplet: E8, D9 and DF. RGB value is (232,217,223). Sum of RGB (Red+Green+Blue) = 232+217+223=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D9DF is #172620. Grayscale: #DEDEDE. Windows color (decimal): -1517089 or 14670312. OLE color: 14670312.

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

Color convert

RGB232217223-
CMYK00.060.040.09
HSL336º24.59%88.04%-
HSV(B)336º6.47%90.98%-
XYZ71.4172.1179.97-
YUV222.17128.47135.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 217 (85.16% from 255) = 32.29%
BLUE value IS 223 (87.5% from 255) = 33.18%
R=34.52%
G=32.29%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221722300.060.040.0933624.5988.04
HexE8D9DF06491501958
Octal3503313370641152031130
Binary11101000110110011101111101101001001101010000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D9DF; }

 p { color: rgb(232,217,223); }

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

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

 a { background-color: rgb(232,217,223); }

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

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

 span { border-color: rgb(232,217,223); }

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