#E2BFCF

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

Shades of Twilight #E2BFCF

Tints of Twilight #E2BFCF

Color information

#E2BFCF (or 0xE2BFCF) is unknown color: approx Twilight. HEX triplet: E2, BF and CF. RGB value is (226,191,207). Sum of RGB (Red+Green+Blue) = 226+191+207=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFCF is #1D4030. Grayscale: #CBCBCB. Windows color (decimal): -1916977 or 13615074. OLE color: 13615074.

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

Color convert

RGB226191207-
CMYK00.150.080.11
HSL332.57º37.63%81.76%-
HSV(B)332.57º15.49%88.63%-
XYZ61.2657.9466.99-
YUV203.29130.1144.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.22%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=36.22%
G=30.61%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619120700.150.080.11332.5737.6381.76
HexE2BFCF0F8B14d2652
Octal342277317017101351546122
Binary11100010101111111100111101111100010111010011011001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFCF; }

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

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

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

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

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

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

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

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