#E1B2CE

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

Shades of Twilight #E1B2CE

Tints of Twilight #E1B2CE

Color information

#E1B2CE (or 0xE1B2CE) is unknown color: approx Twilight. HEX triplet: E1, B2 and CE. RGB value is (225,178,206). Sum of RGB (Red+Green+Blue) = 225+178+206=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B2CE is #1E4D31. Grayscale: #C3C3C3. Windows color (decimal): -1985842 or 13546209. OLE color: 13546209.

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

Color convert

RGB225178206-
CMYK00.210.080.12
HSL324.26º43.93%79.02%-
HSV(B)324.26º20.89%88.24%-
XYZ58.1152.365.43-
YUV195.24134.07149.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 178 (69.92% from 255) = 29.23%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=36.95%
G=29.23%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517820600.210.080.12324.2643.9379.02
HexE1B2CE0158C1442c4f
Octal341262316025101450454117
Binary111000011011001011001110010101100011001010001001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B2CE; }

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

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

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

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

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

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

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

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