#E1B0D0

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

Shades of Twilight #E1B0D0

Tints of Twilight #E1B0D0

Color information

#E1B0D0 (or 0xE1B0D0) is unknown color: approx Twilight. HEX triplet: E1, B0 and D0. RGB value is (225,176,208). Sum of RGB (Red+Green+Blue) = 225+176+208=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0D0 is #1E4F2F. Grayscale: #C2C2C2. Windows color (decimal): -1986352 or 13676769. OLE color: 13676769.

HSL color Cylindrical-coordinate representation of color #E1B0D0: hue angle of 320.82º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0D0 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225176208-
CMYK00.220.080.12
HSL320.82º44.95%78.63%-
HSV(B)320.82º21.78%88.24%-
XYZ57.9651.6166.58-
YUV194.3135.73149.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 176 (69.14% from 255) = 28.90%
BLUE value IS 208 (81.64% from 255) = 34.15%
R=36.95%
G=28.90%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517620800.220.080.12320.8244.9578.63
HexE1B0D00168C1412d4f
Octal341260320026101450155117
Binary111000011011000011010000010110100011001010000011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0D0; }

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

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

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

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

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

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

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

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