#E7BFED

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

Shades of Snuff #E7BFED

Tints of Snuff #E7BFED

Color information

#E7BFED (or 0xE7BFED) is unknown color: approx Snuff. HEX triplet: E7, BF and ED. RGB value is (231,191,237). Sum of RGB (Red+Green+Blue) = 231+191+237=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BFED is #184012. Grayscale: #D0D0D0. Windows color (decimal): -1589267 or 15581159. OLE color: 15581159.

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

Color convert

RGB231191237-
CMYK0.030.1900.07
HSL292.17º56.1%83.92%-
HSV(B)292.17º19.41%92.94%-
XYZ66.8760.3688.25-
YUV208.2144.25144.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 191 (75% from 255) = 28.98%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=35.05%
G=28.98%
B=35.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311912370.030.1900.07292.1756.183.92
HexE7BFED313071243854
Octal3472773553230744470124
Binary111001111011111111101101111001101111001001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFED; }

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

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

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

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

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

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

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

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