#E1C8D5

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

Shades of Prim #E1C8D5

Tints of Prim #E1C8D5

Color information

#E1C8D5 (or 0xE1C8D5) is unknown color: approx Prim. HEX triplet: E1, C8 and D5. RGB value is (225,200,213). Sum of RGB (Red+Green+Blue) = 225+200+213=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C8D5 is #1E372A. Grayscale: #D0D0D0. Windows color (decimal): -1980203 or 14010593. OLE color: 14010593.

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

Color convert

RGB225200213-
CMYK00.110.050.12
HSL328.8º29.41%83.33%-
HSV(B)328.8º11.11%88.24%-
XYZ63.7262.1271.58-
YUV208.96130.28139.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=35.27%
G=31.35%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520021300.110.050.12328.829.4183.33
HexE1C8D50B5C1491d53
Octal34131032501351451135123
Binary111000011100100011010101010111011100101001001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C8D5; }

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

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

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

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

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

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

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

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