#E8CED7

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

Shades of Prim #E8CED7

Tints of Prim #E8CED7

Color information

#E8CED7 (or 0xE8CED7) is unknown color: approx Prim. HEX triplet: E8, CE and D7. RGB value is (232,206,215). Sum of RGB (Red+Green+Blue) = 232+206+215=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CED7 is #173128. Grayscale: #D6D6D6. Windows color (decimal): -1519913 or 14143208. OLE color: 14143208.

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

Color convert

RGB232206215-
CMYK00.110.070.09
HSL339.23º36.11%85.88%-
HSV(B)339.23º11.21%90.98%-
XYZ67.6266.273.51-
YUV214.8128.11140.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=35.53%
G=31.55%
B=32.92%

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
Decimal23220621500.110.070.09339.2336.1185.88
HexE8CED70B791532456
Octal35031632701371152344126
Binary1110100011001110110101110101111110011010100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CED7; }

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

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

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

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

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

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

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

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