Html Css Color HEX #E6BAFB Mauve

📋 copy color: '#E6BAFB'

red 230 ◦ green 186 ◦ blue 251

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

Shades of Mauve #E6BAFB

Tints of Mauve #E6BAFB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.89%

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

R = 34.48%
G = 27.89%
B = 37.63%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6BAFB (or 0xE6BAFB) is known color: Mauve. HEX triplet: E6, BA and FB. RGB value is (230,186,251). Sum of RGB (Red+Green+Blue) = 230+186+251=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFB is #194504. Grayscale: #CECECE. Windows color (decimal): -1656069 or 16497382. OLE color: 16497382.

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

Color convert

RGB 230 186 251 -
CMYK 0.08 0.26 0 0.02
HSL 280.62º 0.89% 0.86% -
HSV(B) 280.62º 0.26% 0.98% -
XYZ 67.6 58.91 99.07 -
YUV 206.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 230 186 251 0.08 0.26 0 0.02 280.62 0.89 0.86
Hex E6 BA FB 8 1A 0 2 119 59 56
Octal 346 272 373 10 32 0 2 431 131 126
Binary 11100110 10111010 11111011 1000 11010 0 10 100011001 1011001 1010110

Color Harmonies of #E6BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAFB

Black with #E6BAFB

Text Example


Text Example

White with #E6BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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