#E7BEEF

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

Shades of Snuff #E7BEEF

Tints of Snuff #E7BEEF

Color information

#E7BEEF (or 0xE7BEEF) is unknown color: approx Snuff. HEX triplet: E7, BE and EF. RGB value is (231,190,239). Sum of RGB (Red+Green+Blue) = 231+190+239=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 190 (74.61% from 255 or 28.79% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7BEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BEEF is #184110. Grayscale: #CFCFCF. Windows color (decimal): -1589521 or 15711975. OLE color: 15711975.

HSL color Cylindrical-coordinate representation of color #E7BEEF: hue angle of 290.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7BEEF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231190239-
CMYK0.030.2100.06
HSL290.2º60.49%84.12%-
HSV(B)290.2º20.5%93.73%-
XYZ66.9560.0589.72-
YUV207.84145.58144.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 190 (74.61% from 255) = 28.79%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=35%
G=28.79%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2311902390.030.2100.06290.260.4984.12
HexE7BEEF315061223c54
Octal3472763573250644274124
Binary111001111011111011101111111010101101001000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEEF; }

 p { color: rgb(231,190,239); }

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

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

 a { background-color: rgb(231,190,239); }

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

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

 span { border-color: rgb(231,190,239); }

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