Html Css Color HEX #E6BFFB Mauve

📋 copy color: '#E6BFFB'

red 230 ◦ green 191 ◦ blue 251

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

Shades of Mauve #E6BFFB

Tints of Mauve #E6BFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.35%

R = 34.23%
G = 28.42%
B = 37.35%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6BFFB (or 0xE6BFFB) is known color: Mauve. HEX triplet: E6, BF and FB. RGB value is (230,191,251). Sum of RGB (Red+Green+Blue) = 230+191+251=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFFB is #194004. Grayscale: #D1D1D1. Windows color (decimal): -1654789 or 16498662. OLE color: 16498662.

HSL color Cylindrical-coordinate representation of color #E6BFFB: hue angle of 279º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BFFB is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 191 251 -
CMYK 0.08 0.24 0 0.02
HSL 279º 0.88% 0.87% -
HSV(B) 279º 0.24% 0.98% -
XYZ 68.68 61.05 99.43 -
YUV 209.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 230 191 251 0.08 0.24 0 0.02 279 0.88 0.87
Hex E6 BF FB 8 18 0 2 117 58 57
Octal 346 277 373 10 30 0 2 427 130 127
Binary 11100110 10111111 11111011 1000 11000 0 10 100010111 1011000 1010111

Color Harmonies of #E6BFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFFB

Black with #E6BFFB

Text Example


Text Example

White with #E6BFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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