#E8D5DD

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

Shades of Prim #E8D5DD

Tints of Prim #E8D5DD

Color information

#E8D5DD (or 0xE8D5DD) is unknown color: approx Prim. HEX triplet: E8, D5 and DD. RGB value is (232,213,221). Sum of RGB (Red+Green+Blue) = 232+213+221=666 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.83% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5DD is #172A22. Grayscale: #DBDBDB. Windows color (decimal): -1518115 or 14538216. OLE color: 14538216.

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

Color convert

RGB232213221-
CMYK00.080.050.09
HSL334.74º29.23%87.25%-
HSV(B)334.74º8.19%90.98%-
XYZ70.1269.9678.22-
YUV219.59128.79136.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.83%
GREEN value IS 213 (83.59% from 255) = 31.98%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=34.83%
G=31.98%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221322100.080.050.09334.7429.2387.25
HexE8D5DD085914f1d57
Octal35032533501051151735127
Binary111010001101010111011101010001011001101001111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5DD; }

 p { color: rgb(232,213,221); }

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

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

 a { background-color: rgb(232,213,221); }

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

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

 span { border-color: rgb(232,213,221); }

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