#E1C7CC

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

Shades of Prim #E1C7CC

Tints of Prim #E1C7CC

Color information

#E1C7CC (or 0xE1C7CC) is unknown color: approx Prim. HEX triplet: E1, C7 and CC. RGB value is (225,199,204). Sum of RGB (Red+Green+Blue) = 225+199+204=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7CC is #1E3833. Grayscale: #CFCFCF. Windows color (decimal): -1980468 or 13420513. OLE color: 13420513.

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

Color convert

RGB225199204-
CMYK00.120.090.12
HSL348.46º30.23%83.14%-
HSV(B)348.46º11.56%88.24%-
XYZ62.3761.2165.65-
YUV207.34126.11140.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.83%
GREEN value IS 199 (78.12% from 255) = 31.69%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=35.83%
G=31.69%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519920400.120.090.12348.4630.2383.14
HexE1C7CC0C9C15c1e53
Octal341307314014111453436123
Binary1110000111000111110011000110010011100101011100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C7CC; }

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

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

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

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

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

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

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

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