#E1B6D2

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

Shades of Twilight #E1B6D2

Tints of Twilight #E1B6D2

Color information

#E1B6D2 (or 0xE1B6D2) is unknown color: approx Twilight. HEX triplet: E1, B6 and D2. RGB value is (225,182,210). Sum of RGB (Red+Green+Blue) = 225+182+210=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6D2 is #1E492D. Grayscale: #C5C5C5. Windows color (decimal): -1984814 or 13809377. OLE color: 13809377.

HSL color Cylindrical-coordinate representation of color #E1B6D2: hue angle of 320.93º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B6D2 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225182210-
CMYK00.190.070.12
HSL320.93º41.75%79.8%-
HSV(B)320.93º19.11%88.24%-
XYZ59.4154.1268.29-
YUV198.05134.75147.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.47%
GREEN value IS 182 (71.48% from 255) = 29.50%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=36.47%
G=29.50%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518221000.190.070.12320.9341.7579.8
HexE1B6D20137C1412a50
Octal34126632202371450152120
Binary11100001101101101101001001001111111001010000011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B6D2; }

 p { color: rgb(225,182,210); }

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

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

 a { background-color: rgb(225,182,210); }

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

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

 span { border-color: rgb(225,182,210); }

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