#E8D1DC

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

Shades of Prim #E8D1DC

Tints of Prim #E8D1DC

Color information

#E8D1DC (or 0xE8D1DC) is unknown color: approx Prim. HEX triplet: E8, D1 and DC. RGB value is (232,209,220). Sum of RGB (Red+Green+Blue) = 232+209+220=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1DC is #172E23. Grayscale: #D9D9D9. Windows color (decimal): -1519140 or 14471656. OLE color: 14471656.

HSL color Cylindrical-coordinate representation of color #E8D1DC: hue angle of 331.3º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D1DC is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232209220-
CMYK00.100.050.09
HSL331.3º33.33%86.47%-
HSV(B)331.3º9.91%90.98%-
XYZ6967.9277.18-
YUV217.13129.62138.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.10%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=35.10%
G=31.62%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220922000.100.050.09331.333.3386.47
HexE8D1DC0A5914b2156
Octal35032133401251151341126
Binary1110100011010001110111000101010110011010010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1DC; }

 p { color: rgb(232,209,220); }

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

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

 a { background-color: rgb(232,209,220); }

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

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

 span { border-color: rgb(232,209,220); }

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