#E4BFCF

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

Shades of Twilight #E4BFCF

Tints of Twilight #E4BFCF

Color information

#E4BFCF (or 0xE4BFCF) is unknown color: approx Twilight. HEX triplet: E4, BF and CF. RGB value is (228,191,207). Sum of RGB (Red+Green+Blue) = 228+191+207=626 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.42% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFCF is #1B4030. Grayscale: #CBCBCB. Windows color (decimal): -1785905 or 13615076. OLE color: 13615076.

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

Color convert

RGB228191207-
CMYK00.160.090.11
HSL334.05º40.66%82.16%-
HSV(B)334.05º16.23%89.41%-
XYZ61.8958.2667.02-
YUV203.89129.76145.2-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.42%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=36.42%
G=30.51%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819120700.160.090.11334.0540.6682.16
HexE4BFCF0109B14e2952
Octal344277317020111351651122
Binary111001001011111111001111010000100110111010011101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFCF; }

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

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

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

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

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

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

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

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