#E1B0CC

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

Shades of Twilight #E1B0CC

Tints of Twilight #E1B0CC

Color information

#E1B0CC (or 0xE1B0CC) is unknown color: approx Twilight. HEX triplet: E1, B0 and CC. RGB value is (225,176,204). Sum of RGB (Red+Green+Blue) = 225+176+204=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0CC is #1E4F33. Grayscale: #C1C1C1. Windows color (decimal): -1986356 or 13414625. OLE color: 13414625.

HSL color Cylindrical-coordinate representation of color #E1B0CC: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0CC is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225176204-
CMYK00.220.090.12
HSL325.71º44.95%78.63%-
HSV(B)325.71º21.78%88.24%-
XYZ57.4851.4264.02-
YUV193.84133.73150.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.19%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=37.19%
G=29.09%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517620400.220.090.12325.7144.9578.63
HexE1B0CC0169C1462d4f
Octal341260314026111450655117
Binary111000011011000011001100010110100111001010001101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0CC; }

 p { color: rgb(225,176,204); }

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

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

 a { background-color: rgb(225,176,204); }

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

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

 span { border-color: rgb(225,176,204); }

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