#E8D6DE

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

Shades of Prim #E8D6DE

Tints of Prim #E8D6DE

Color information

#E8D6DE (or 0xE8D6DE) is unknown color: approx Prim. HEX triplet: E8, D6 and DE. RGB value is (232,214,222). Sum of RGB (Red+Green+Blue) = 232+214+222=668 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.73% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D6DE is #172921. Grayscale: #DCDCDC. Windows color (decimal): -1517858 or 14604008. OLE color: 14604008.

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

Color convert

RGB232214222-
CMYK00.080.040.09
HSL333.33º28.12%87.45%-
HSV(B)333.33º7.76%90.98%-
XYZ70.5170.5279-
YUV220.29128.96136.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.73%
GREEN value IS 214 (83.98% from 255) = 32.04%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=34.73%
G=32.04%
B=33.23%

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
Decimal23221422200.080.040.09333.3328.1287.45
HexE8D6DE084914d1c57
Octal35032633601041151534127
Binary111010001101011011011110010001001001101001101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D6DE; }

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

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

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

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

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

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

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

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