#E1BFCF

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

Shades of Twilight #E1BFCF

Tints of Twilight #E1BFCF

Color information

#E1BFCF (or 0xE1BFCF) is unknown color: approx Twilight. HEX triplet: E1, BF and CF. RGB value is (225,191,207). Sum of RGB (Red+Green+Blue) = 225+191+207=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFCF is #1E4030. Grayscale: #CACACA. Windows color (decimal): -1982513 or 13615073. OLE color: 13615073.

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

Color convert

RGB225191207-
CMYK00.150.080.12
HSL331.76º36.17%81.57%-
HSV(B)331.76º15.11%88.24%-
XYZ60.9457.7766.97-
YUV202.99130.26143.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=36.12%
G=30.66%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519120700.150.080.12331.7636.1781.57
HexE1BFCF0F8C14c2452
Octal341277317017101451444122
Binary11100001101111111100111101111100011001010011001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFCF; }

 p { color: rgb(225,191,207); }

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

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

 a { background-color: rgb(225,191,207); }

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

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

 span { border-color: rgb(225,191,207); }

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