#E9BFEF

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

Shades of Snuff #E9BFEF

Tints of Snuff #E9BFEF

Color information

#E9BFEF (or 0xE9BFEF) is unknown color: approx Snuff. HEX triplet: E9, BF and EF. RGB value is (233,191,239). Sum of RGB (Red+Green+Blue) = 233+191+239=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9BFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFEF is #164010. Grayscale: #D0D0D0. Windows color (decimal): -1458193 or 15712233. OLE color: 15712233.

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

Color convert

RGB233191239-
CMYK0.030.2000.06
HSL292.5º60%84.31%-
HSV(B)292.5º20.08%93.73%-
XYZ67.8260.8289.83-
YUV209.03144.91145.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.14%
GREEN value IS 191 (75% from 255) = 28.81%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=35.14%
G=28.81%
B=36.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331912390.030.2000.06292.56084.31
HexE9BFEF314061243c54
Octal3512773573240644474124
Binary111010011011111111101111111010001101001001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFEF; }

 p { color: rgb(233,191,239); }

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

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

 a { background-color: rgb(233,191,239); }

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

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

 span { border-color: rgb(233,191,239); }

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