#E1C8CD

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

Shades of Prim #E1C8CD

Tints of Prim #E1C8CD

Color information

#E1C8CD (or 0xE1C8CD) is unknown color: approx Prim. HEX triplet: E1, C8 and CD. RGB value is (225,200,205). Sum of RGB (Red+Green+Blue) = 225+200+205=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8CD is #1E3732. Grayscale: #D0D0D0. Windows color (decimal): -1980211 or 13486305. OLE color: 13486305.

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

Color convert

RGB225200205-
CMYK00.110.090.12
HSL348º29.41%83.33%-
HSV(B)348º11.11%88.24%-
XYZ62.7361.7266.37-
YUV208.04126.28140.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 200 (78.52% from 255) = 31.75%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=35.71%
G=31.75%
B=32.54%

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
Decimal22520020500.110.090.1234829.4183.33
HexE1C8CD0B9C15c1d53
Octal341310315013111453435123
Binary1110000111001000110011010101110011100101011100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8CD; }

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

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

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

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

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

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

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

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