#E1BDD2

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

Shades of Twilight #E1BDD2

Tints of Twilight #E1BDD2

Color information

#E1BDD2 (or 0xE1BDD2) is unknown color: approx Twilight. HEX triplet: E1, BD and D2. RGB value is (225,189,210). Sum of RGB (Red+Green+Blue) = 225+189+210=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDD2 is #1E422D. Grayscale: #CACACA. Windows color (decimal): -1983022 or 13811169. OLE color: 13811169.

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

Color convert

RGB225189210-
CMYK00.160.070.12
HSL325º37.5%81.18%-
HSV(B)325º16%88.24%-
XYZ60.8857.0668.78-
YUV202.16132.43144.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.06%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 210 (82.42% from 255) = 33.65%
R=36.06%
G=30.29%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518921000.160.070.1232537.581.18
HexE1BDD20107C1452651
Octal34127532202071450546121
Binary11100001101111011101001001000011111001010001011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDD2; }

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

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

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

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

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

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

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

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