#E8D9DE

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

Shades of Prim #E8D9DE

Tints of Prim #E8D9DE

Color information

#E8D9DE (or 0xE8D9DE) is unknown color: approx Prim. HEX triplet: E8, D9 and DE. RGB value is (232,217,222). Sum of RGB (Red+Green+Blue) = 232+217+222=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D9DE is #172621. Grayscale: #DEDEDE. Windows color (decimal): -1517090 or 14604776. OLE color: 14604776.

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

Color convert

RGB232217222-
CMYK00.060.040.09
HSL340º24.59%88.04%-
HSV(B)340º6.47%90.98%-
XYZ71.2872.0679.26-
YUV222.05127.97135.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.58%
GREEN value IS 217 (85.16% from 255) = 32.34%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=34.58%
G=32.34%
B=33.08%

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
Decimal23221722200.060.040.0934024.5988.04
HexE8D9DE06491541958
Octal3503313360641152431130
Binary11101000110110011101111001101001001101010100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D9DE; }

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

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

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

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

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

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

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

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