Html Css Color HEX #E8BFEF Snuff

📋 copy color: '#E8BFEF'

red 232 ◦ green 191 ◦ blue 239

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

Shades of Snuff #E8BFEF

Tints of Snuff #E8BFEF

RGB

 RED value IS 232 (91.02% from 255) = 35.05%

 GREEN value IS 191 (75% from 255) = 28.85%

 BLUE value IS 239 (93.75% from 255) = 36.1%

R = 35.05%
G = 28.85%
B = 36.1%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8BFEF (or 0xE8BFEF) is known color: Snuff. HEX triplet: E8, BF and EF. RGB value is (232,191,239). Sum of RGB (Red+Green+Blue) = 232+191+239=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8BFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFEF is #174010. Grayscale: #D0D0D0. Windows color (decimal): -1523729 or 15712232. OLE color: 15712232.

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

Color convert

RGB 232 191 239 -
CMYK 0.03 0.20 0 0.06
HSL 291.25º 0.6% 0.84% -
HSV(B) 291.25º 0.2% 0.94% -
XYZ 67.49 60.65 89.81 -
YUV 208.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 232 191 239 0.03 0.20 0 0.06 291.25 0.6 0.84
Hex E8 BF EF 3 14 0 6 123 3C 54
Octal 350 277 357 3 24 0 6 443 74 124
Binary 11101000 10111111 11101111 11 10100 0 110 100100011 111100 1010100

Color Harmonies of #E8BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BFEF

Black with #E8BFEF

Text Example


Text Example

White with #E8BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BFEF; }

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

 H1.HeaderClassName
 {
   color: #E8BFEF;
 }
 .AnyTagClassName
 {
   color: #E8BFEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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