#E6BFED

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

Shades of Snuff #E6BFED

Tints of Snuff #E6BFED

Color information

#E6BFED (or 0xE6BFED) is unknown color: approx Snuff. HEX triplet: E6, BF and ED. RGB value is (230,191,237). Sum of RGB (Red+Green+Blue) = 230+191+237=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFED is #194012. Grayscale: #CFCFCF. Windows color (decimal): -1654803 or 15581158. OLE color: 15581158.

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

Color convert

RGB230191237-
CMYK0.030.1900.07
HSL290.87º56.1%83.92%-
HSV(B)290.87º19.41%92.94%-
XYZ66.5560.288.23-
YUV207.9144.42143.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=34.95%
G=29.03%
B=36.02%

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
Decimal2301912370.030.1900.07290.8756.183.92
HexE6BFED313071233854
Octal3462773553230744370124
Binary111001101011111111101101111001101111001000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFED; }

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

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

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

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

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

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

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

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