#E9CED7

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

Shades of Prim #E9CED7

Tints of Prim #E9CED7

Color information

#E9CED7 (or 0xE9CED7) is unknown color: approx Prim. HEX triplet: E9, CE and D7. RGB value is (233,206,215). Sum of RGB (Red+Green+Blue) = 233+206+215=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED7 is #163128. Grayscale: #D7D7D7. Windows color (decimal): -1454377 or 14143209. OLE color: 14143209.

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

Color convert

RGB233206215-
CMYK00.120.080.09
HSL340º38.03%86.08%-
HSV(B)340º11.59%91.37%-
XYZ67.9466.3773.52-
YUV215.1127.95140.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.63%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=35.63%
G=31.50%
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
Decimal23320621500.120.080.0934038.0386.08
HexE9CED70C891542656
Octal351316327014101152446126
Binary11101001110011101101011101100100010011010101001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CED7; }

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

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

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

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

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

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

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

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