#E6BFEB

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

Shades of Snuff #E6BFEB

Tints of Snuff #E6BFEB

Color information

#E6BFEB (or 0xE6BFEB) is unknown color: approx Snuff. HEX triplet: E6, BF and EB. RGB value is (230,191,235). Sum of RGB (Red+Green+Blue) = 230+191+235=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFEB is #194014. Grayscale: #CFCFCF. Windows color (decimal): -1654805 or 15450086. OLE color: 15450086.

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

Color convert

RGB230191235-
CMYK0.020.1900.08
HSL293.18º52.38%83.53%-
HSV(B)293.18º18.72%92.16%-
XYZ66.2660.0886.7-
YUV207.68143.42143.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=35.06%
G=29.12%
B=35.82%

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
Decimal2301912350.020.1900.08293.1852.3883.53
HexE6BFEB213081253454
Octal34627735322301044564124
Binary1110011010111111111010111010011010001001001011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFEB; }

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

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

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

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

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

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

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

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