#E1B2CC

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

Shades of Twilight #E1B2CC

Tints of Twilight #E1B2CC

Color information

#E1B2CC (or 0xE1B2CC) is unknown color: approx Twilight. HEX triplet: E1, B2 and CC. RGB value is (225,178,204). Sum of RGB (Red+Green+Blue) = 225+178+204=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2CC is #1E4D33. Grayscale: #C2C2C2. Windows color (decimal): -1985844 or 13415137. OLE color: 13415137.

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

Color convert

RGB225178204-
CMYK00.210.090.12
HSL326.81º43.93%79.02%-
HSV(B)326.81º20.89%88.24%-
XYZ57.8752.2164.15-
YUV195.02133.07149.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=37.07%
G=29.32%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517820400.210.090.12326.8143.9379.02
HexE1B2CC0159C1472c4f
Octal341262314025111450754117
Binary111000011011001011001100010101100111001010001111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2CC; }

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

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

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

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

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

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

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

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