#E1BBD2

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

Shades of Twilight #E1BBD2

Tints of Twilight #E1BBD2

Color information

#E1BBD2 (or 0xE1BBD2) is unknown color: approx Twilight. HEX triplet: E1, BB and D2. RGB value is (225,187,210). Sum of RGB (Red+Green+Blue) = 225+187+210=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBD2 is #1E442D. Grayscale: #C8C8C8. Windows color (decimal): -1983534 or 13810657. OLE color: 13810657.

HSL color Cylindrical-coordinate representation of color #E1BBD2: hue angle of 323.68º 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 #E1BBD2 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB225187210-
CMYK00.170.070.12
HSL323.68º38.78%80.78%-
HSV(B)323.68º16.89%88.24%-
XYZ60.4556.268.63-
YUV200.98133.09145.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.17%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 210 (82.42% from 255) = 33.76%
R=36.17%
G=30.06%
B=33.76%

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
Decimal22518721000.170.070.12323.6838.7880.78
HexE1BBD20117C1442751
Octal34127332202171450447121
Binary11100001101110111101001001000111111001010001001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBD2; }

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

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

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

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

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

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

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

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