#E1C0D5

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

Shades of Twilight #E1C0D5

Tints of Twilight #E1C0D5

Color information

#E1C0D5 (or 0xE1C0D5) is unknown color: approx Twilight. HEX triplet: E1, C0 and D5. RGB value is (225,192,213). Sum of RGB (Red+Green+Blue) = 225+192+213=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0D5 is #1E3F2A. Grayscale: #CCCCCC. Windows color (decimal): -1982251 or 14008545. OLE color: 14008545.

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

Color convert

RGB225192213-
CMYK00.150.050.12
HSL321.82º35.48%81.76%-
HSV(B)321.82º14.67%88.24%-
XYZ61.9158.5170.98-
YUV204.26132.93142.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=35.71%
G=30.48%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519221300.150.050.12321.8235.4881.76
HexE1C0D50F5C1422352
Octal34130032501751450243122
Binary1110000111000000110101010111110111001010000101000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C0D5; }

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

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

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

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

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

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

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

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