#E8CED8

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

Shades of Prim #E8CED8

Tints of Prim #E8CED8

Color information

#E8CED8 (or 0xE8CED8) is unknown color: approx Prim. HEX triplet: E8, CE and D8. RGB value is (232,206,216). Sum of RGB (Red+Green+Blue) = 232+206+216=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CED8 is #173127. Grayscale: #D6D6D6. Windows color (decimal): -1519912 or 14208744. OLE color: 14208744.

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

Color convert

RGB232206216-
CMYK00.110.070.09
HSL336.92º36.11%85.88%-
HSV(B)336.92º11.21%90.98%-
XYZ67.7466.2674.18-
YUV214.91128.61140.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=35.47%
G=31.50%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220621600.110.070.09336.9236.1185.88
HexE8CED80B791512456
Octal35031633001371152144126
Binary1110100011001110110110000101111110011010100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CED8; }

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

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

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

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

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

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

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

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