Html Css Color HEX #E6BFFE Mauve

📋 copy color: '#E6BFFE'

red 230 ◦ green 191 ◦ blue 254

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

Shades of Mauve #E6BFFE

Tints of Mauve #E6BFFE

RGB

 RED value IS 230 (90.23% from 255) = 34.07%

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

 BLUE value IS 254 (99.61% from 255) = 37.63%

R = 34.07%
G = 28.3%
B = 37.63%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6BFFE (or 0xE6BFFE) is known color: Mauve. HEX triplet: E6, BF and FE. RGB value is (230,191,254). Sum of RGB (Red+Green+Blue) = 230+191+254=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFFE is #194001. Grayscale: #D1D1D1. Windows color (decimal): -1654786 or 16695270. OLE color: 16695270.

HSL color Cylindrical-coordinate representation of color #E6BFFE: hue angle of 277.14º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BFFE is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 191 254 -
CMYK 0.09 0.25 0 0.00
HSL 277.14º 0.97% 0.87% -
HSV(B) 277.14º 0.25% 1% -
XYZ 69.15 61.24 101.94 -
YUV 209.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 230 191 254 0.09 0.25 0 0.00 277.14 0.97 0.87
Hex E6 BF FE 9 19 0 0 115 61 57
Octal 346 277 376 11 31 0 0 425 141 127
Binary 11100110 10111111 11111110 1001 11001 0 0 100010101 1100001 1010111

Color Harmonies of #E6BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFFE

Black with #E6BFFE

Text Example


Text Example

White with #E6BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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