#E1BED0

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

Shades of Twilight #E1BED0

Tints of Twilight #E1BED0

Color information

#E1BED0 (or 0xE1BED0) is unknown color: approx Twilight. HEX triplet: E1, BE and D0. RGB value is (225,190,208). Sum of RGB (Red+Green+Blue) = 225+190+208=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BED0 is #1E412F. Grayscale: #CACACA. Windows color (decimal): -1982768 or 13680353. OLE color: 13680353.

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

Color convert

RGB225190208-
CMYK00.160.080.12
HSL329.14º36.84%81.37%-
HSV(B)329.14º15.56%88.24%-
XYZ60.8557.3967.54-
YUV202.52131.1144.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=36.12%
G=30.50%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519020800.160.080.12329.1436.8481.37
HexE1BED00108C1492551
Octal341276320020101451145121
Binary111000011011111011010000010000100011001010010011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BED0; }

 p { color: rgb(225,190,208); }

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

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

 a { background-color: rgb(225,190,208); }

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

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

 span { border-color: rgb(225,190,208); }

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