#E8BFEB

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

Shades of Snuff #E8BFEB

Tints of Snuff #E8BFEB

Color information

#E8BFEB (or 0xE8BFEB) is unknown color: approx Snuff. HEX triplet: E8, BF and EB. RGB value is (232,191,235). Sum of RGB (Red+Green+Blue) = 232+191+235=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFEB is #174014. Grayscale: #D0D0D0. Windows color (decimal): -1523733 or 15450088. OLE color: 15450088.

HSL color Cylindrical-coordinate representation of color #E8BFEB: hue angle of 295.91º 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 #E8BFEB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232191235-
CMYK0.010.1900.08
HSL295.91º52.38%83.53%-
HSV(B)295.91º18.72%92.16%-
XYZ66.960.4286.73-
YUV208.27143.08144.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=35.26%
G=29.03%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321912350.010.1900.08295.9152.3883.53
HexE8BFEB113081283454
Octal35027735312301045064124
Binary111010001011111111101011110011010001001010001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFEB; }

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

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

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

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

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

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

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

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