#E4BFEB

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

Shades of Snuff #E4BFEB

Tints of Snuff #E4BFEB

Color information

#E4BFEB (or 0xE4BFEB) is unknown color: approx Snuff. HEX triplet: E4, BF and EB. RGB value is (228,191,235). Sum of RGB (Red+Green+Blue) = 228+191+235=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BFEB is #1B4014. Grayscale: #CECECE. Windows color (decimal): -1785877 or 15450084. OLE color: 15450084.

HSL color Cylindrical-coordinate representation of color #E4BFEB: hue angle of 290.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4BFEB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228191235-
CMYK0.030.1900.08
HSL290.45º52.38%83.53%-
HSV(B)290.45º18.72%92.16%-
XYZ65.6259.7586.67-
YUV207.08143.76142.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.86%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=34.86%
G=29.20%
B=35.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2281912350.030.1900.08290.4552.3883.53
HexE4BFEB313081223454
Octal34427735332301044264124
Binary1110010010111111111010111110011010001001000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFEB; }

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

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

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

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

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

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

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

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