#E8CDD6

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

Shades of Prim #E8CDD6

Tints of Prim #E8CDD6

Color information

#E8CDD6 (or 0xE8CDD6) is unknown color: approx Prim. HEX triplet: E8, CD and D6. RGB value is (232,205,214). Sum of RGB (Red+Green+Blue) = 232+205+214=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD6 is #173229. Grayscale: #D6D6D6. Windows color (decimal): -1520170 or 14077416. OLE color: 14077416.

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

Color convert

RGB232205214-
CMYK00.120.080.09
HSL340º36.99%85.69%-
HSV(B)340º11.64%90.98%-
XYZ67.2565.6772.75-
YUV214.1127.95140.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.64%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=35.64%
G=31.49%
B=32.87%

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
Decimal23220521400.120.080.0934036.9985.69
HexE8CDD60C891542556
Octal350315326014101152445126
Binary11101000110011011101011001100100010011010101001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDD6; }

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

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

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

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

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

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

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

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