#E1BDCC

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

Shades of Twilight #E1BDCC

Tints of Twilight #E1BDCC

Color information

#E1BDCC (or 0xE1BDCC) is unknown color: approx Twilight. HEX triplet: E1, BD and CC. RGB value is (225,189,204). Sum of RGB (Red+Green+Blue) = 225+189+204=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDCC is #1E4233. Grayscale: #C9C9C9. Windows color (decimal): -1983028 or 13417953. OLE color: 13417953.

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

Color convert

RGB225189204-
CMYK00.160.090.12
HSL335º37.5%81.18%-
HSV(B)335º16%88.24%-
XYZ60.1556.7664.91-
YUV201.47129.43144.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=36.41%
G=30.58%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518920400.160.090.1233537.581.18
HexE1BDCC0109C14f2651
Octal341275314020111451746121
Binary111000011011110111001100010000100111001010011111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDCC; }

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

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

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

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

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

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

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

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