#E1C8CC

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

Shades of Prim #E1C8CC

Tints of Prim #E1C8CC

Color information

#E1C8CC (or 0xE1C8CC) is unknown color: approx Prim. HEX triplet: E1, C8 and CC. RGB value is (225,200,204). Sum of RGB (Red+Green+Blue) = 225+200+204=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8CC is #1E3733. Grayscale: #CFCFCF. Windows color (decimal): -1980212 or 13420769. OLE color: 13420769.

HSL color Cylindrical-coordinate representation of color #E1C8CC: hue angle of 350.4º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1C8CC is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225200204-
CMYK00.110.090.12
HSL350.4º29.41%83.33%-
HSV(B)350.4º11.11%88.24%-
XYZ62.661.6865.73-
YUV207.93125.78140.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.77%
GREEN value IS 200 (78.52% from 255) = 31.80%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=35.77%
G=31.80%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520020400.110.090.12350.429.4183.33
HexE1C8CC0B9C15e1d53
Octal341310314013111453635123
Binary1110000111001000110011000101110011100101011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8CC; }

 p { color: rgb(225,200,204); }

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

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

 a { background-color: rgb(225,200,204); }

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

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

 span { border-color: rgb(225,200,204); }

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