#E1C9D5

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

Shades of Prim #E1C9D5

Tints of Prim #E1C9D5

Color information

#E1C9D5 (or 0xE1C9D5) is unknown color: approx Prim. HEX triplet: E1, C9 and D5. RGB value is (225,201,213). Sum of RGB (Red+Green+Blue) = 225+201+213=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C9D5 is #1E362A. Grayscale: #D1D1D1. Windows color (decimal): -1979947 or 14010849. OLE color: 14010849.

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

Color convert

RGB225201213-
CMYK00.110.050.12
HSL330º28.57%83.53%-
HSV(B)330º10.67%88.24%-
XYZ63.9562.5871.66-
YUV209.54129.95139.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=35.21%
G=31.46%
B=33.33%

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
Decimal22520121300.110.050.1233028.5783.53
HexE1C9D50B5C14a1d54
Octal34131132501351451235124
Binary111000011100100111010101010111011100101001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C9D5; }

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

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

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

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

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

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

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

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