#E8CDD5

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

Shades of Prim #E8CDD5

Tints of Prim #E8CDD5

Color information

#E8CDD5 (or 0xE8CDD5) is unknown color: approx Prim. HEX triplet: E8, CD and D5. RGB value is (232,205,213). Sum of RGB (Red+Green+Blue) = 232+205+213=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD5 is #17322A. Grayscale: #D5D5D5. Windows color (decimal): -1520171 or 14011880. OLE color: 14011880.

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

Color convert

RGB232205213-
CMYK00.120.080.09
HSL342.22º36.99%85.69%-
HSV(B)342.22º11.64%90.98%-
XYZ67.1265.6272.08-
YUV213.98127.45140.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=35.69%
G=31.54%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220521300.120.080.09342.2236.9985.69
HexE8CDD50C891562556
Octal350315325014101152645126
Binary11101000110011011101010101100100010011010101101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDD5; }

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

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

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

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

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

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

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

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