#E1BAD1

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

Shades of Twilight #E1BAD1

Tints of Twilight #E1BAD1

Color information

#E1BAD1 (or 0xE1BAD1) is unknown color: approx Twilight. HEX triplet: E1, BA and D1. RGB value is (225,186,209). Sum of RGB (Red+Green+Blue) = 225+186+209=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAD1 is #1E452E. Grayscale: #C8C8C8. Windows color (decimal): -1983791 or 13744865. OLE color: 13744865.

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

Color convert

RGB225186209-
CMYK00.170.070.12
HSL324.62º39.39%80.59%-
HSV(B)324.62º17.33%88.24%-
XYZ60.1255.7367.91-
YUV200.28132.92145.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 209 (82.03% from 255) = 33.71%
R=36.29%
G=30%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518620900.170.070.12324.6239.3980.59
HexE1BAD10117C1452751
Octal34127232102171450547121
Binary11100001101110101101000101000111111001010001011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BAD1; }

 p { color: rgb(225,186,209); }

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

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

 a { background-color: rgb(225,186,209); }

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

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

 span { border-color: rgb(225,186,209); }

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