#E7BFEB

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

Shades of Snuff #E7BFEB

Tints of Snuff #E7BFEB

Color information

#E7BFEB (or 0xE7BFEB) is unknown color: approx Snuff. HEX triplet: E7, BF and EB. RGB value is (231,191,235). Sum of RGB (Red+Green+Blue) = 231+191+235=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFEB is #184014. Grayscale: #CFCFCF. Windows color (decimal): -1589269 or 15450087. OLE color: 15450087.

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

Color convert

RGB231191235-
CMYK0.020.1900.08
HSL294.55º52.38%83.53%-
HSV(B)294.55º18.72%92.16%-
XYZ66.5860.2586.72-
YUV207.98143.25144.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.16%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=35.16%
G=29.07%
B=35.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311912350.020.1900.08294.5552.3883.53
HexE7BFEB213081273454
Octal34727735322301044764124
Binary1110011110111111111010111010011010001001001111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFEB; }

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

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

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

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

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

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

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

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