#E8CED6

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

Shades of Prim #E8CED6

Tints of Prim #E8CED6

Color information

#E8CED6 (or 0xE8CED6) is unknown color: approx Prim. HEX triplet: E8, CE and D6. RGB value is (232,206,214). Sum of RGB (Red+Green+Blue) = 232+206+214=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CED6 is #173129. Grayscale: #D6D6D6. Windows color (decimal): -1519914 or 14077672. OLE color: 14077672.

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

Color convert

RGB232206214-
CMYK00.110.080.09
HSL341.54º36.11%85.88%-
HSV(B)341.54º11.21%90.98%-
XYZ67.4966.1572.83-
YUV214.69127.61140.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 214 (83.98% from 255) = 32.82%
R=35.58%
G=31.60%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220621400.110.080.09341.5436.1185.88
HexE8CED60B891562456
Octal350316326013101152644126
Binary11101000110011101101011001011100010011010101101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CED6; }

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

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

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

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

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

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

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

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