#E1C8CE

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

Shades of Prim #E1C8CE

Tints of Prim #E1C8CE

Color information

#E1C8CE (or 0xE1C8CE) is unknown color: approx Prim. HEX triplet: E1, C8 and CE. RGB value is (225,200,206). Sum of RGB (Red+Green+Blue) = 225+200+206=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8CE is #1E3731. Grayscale: #D0D0D0. Windows color (decimal): -1980210 or 13551841. OLE color: 13551841.

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

Color convert

RGB225200206-
CMYK00.110.080.12
HSL345.6º29.41%83.33%-
HSV(B)345.6º11.11%88.24%-
XYZ62.8561.7767-
YUV208.16126.78140.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 200 (78.52% from 255) = 31.70%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=35.66%
G=31.70%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520020600.110.080.12345.629.4183.33
HexE1C8CE0B8C15a1d53
Octal341310316013101453235123
Binary1110000111001000110011100101110001100101011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8CE; }

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

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

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

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

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

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

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

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