Html Css Color HEX #E6BFEB Snuff

📋 copy color: '#E6BFEB'

red 230 ◦ green 191 ◦ blue 235

#E6BFEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #E6BFEB

Tints of Snuff #E6BFEB

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 value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E6BFEB (or 0xE6BFEB) is known color: 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

RGB 230 191 235 -
CMYK 0.02 0.19 0 0.08
HSL 293.18º 0.52% 0.84% -
HSV(B) 293.18º 0.19% 0.92% -
XYZ 66.26 60.08 86.7 -
YUV 207.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 230 191 235 0.02 0.19 0 0.08 293.18 0.52 0.84
Hex E6 BF EB 2 13 0 8 125 34 54
Octal 346 277 353 2 23 0 10 445 64 124
Binary 11100110 10111111 11101011 10 10011 0 1000 100100101 110100 1010100

Color Harmonies of #E6BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFEB

Black with #E6BFEB

Text Example


Text Example

White with #E6BFEB

Text Example


Text Example

HTML Codes & Css Web 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>