#E9CED6

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

Shades of Prim #E9CED6

Tints of Prim #E9CED6

Color information

#E9CED6 (or 0xE9CED6) is unknown color: approx Prim. HEX triplet: E9, CE and D6. RGB value is (233,206,214). Sum of RGB (Red+Green+Blue) = 233+206+214=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED6 is #163129. Grayscale: #D6D6D6. Windows color (decimal): -1454378 or 14077673. OLE color: 14077673.

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

Color convert

RGB233206214-
CMYK00.120.080.09
HSL342.22º38.03%86.08%-
HSV(B)342.22º11.59%91.37%-
XYZ67.8166.3272.85-
YUV214.98127.45140.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.68%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=35.68%
G=31.55%
B=32.77%

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
Decimal23320621400.120.080.09342.2238.0386.08
HexE9CED60C891562656
Octal351316326014101152646126
Binary11101001110011101101011001100100010011010101101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CED6; }

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

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

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

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

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

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

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

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