Html Css Color HEX #E6BBFA Mauve

📋 copy color: '#E6BBFA'

red 230 ◦ green 187 ◦ blue 250

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

Shades of Mauve #E6BBFA

Tints of Mauve #E6BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.04%

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 34.48%
G = 28.04%
B = 37.48%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6BBFA (or 0xE6BBFA) is known color: Mauve. HEX triplet: E6, BB and FA. RGB value is (230,187,250). Sum of RGB (Red+Green+Blue) = 230+187+250=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBFA is #194405. Grayscale: #CECECE. Windows color (decimal): -1655814 or 16432102. OLE color: 16432102.

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

Color convert

RGB 230 187 250 -
CMYK 0.08 0.25 0 0.02
HSL 280.95º 0.86% 0.86% -
HSV(B) 280.95º 0.25% 0.98% -
XYZ 67.66 59.27 98.32 -
YUV 207.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 230 187 250 0.08 0.25 0 0.02 280.95 0.86 0.86
Hex E6 BB FA 8 19 0 2 119 56 56
Octal 346 273 372 10 31 0 2 431 126 126
Binary 11100110 10111011 11111010 1000 11001 0 10 100011001 1010110 1010110

Color Harmonies of #E6BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBFA

Black with #E6BBFA

Text Example


Text Example

White with #E6BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBFA; }

 p { color: rgb(230,187,250); }

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

background-color css

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

 a { background-color: rgb(230,187,250); }

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

border-color css

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

 span { border-color: rgb(230,187,250); }

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