Html Css Color HEX #E6BAF6 Mauve

📋 copy color: '#E6BAF6'

red 230 ◦ green 186 ◦ blue 246

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

Shades of Mauve #E6BAF6

Tints of Mauve #E6BAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.16%

R = 34.74%
G = 28.1%
B = 37.16%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E6BAF6 (or 0xE6BAF6) is known color: Mauve. HEX triplet: E6, BA and F6. RGB value is (230,186,246). Sum of RGB (Red+Green+Blue) = 230+186+246=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6BAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAF6 is #194509. Grayscale: #CDCDCD. Windows color (decimal): -1656074 or 16169702. OLE color: 16169702.

HSL color Cylindrical-coordinate representation of color #E6BAF6: hue angle of 284º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BAF6 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 186 246 -
CMYK 0.07 0.24 0 0.04
HSL 284º 0.77% 0.85% -
HSV(B) 284º 0.24% 0.96% -
XYZ 66.83 58.59 94.98 -
YUV 206 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 230 186 246 0.07 0.24 0 0.04 284 0.77 0.85
Hex E6 BA F6 7 18 0 4 11C 4D 55
Octal 346 272 366 7 30 0 4 434 115 125
Binary 11100110 10111010 11110110 111 11000 0 100 100011100 1001101 1010101

Color Harmonies of #E6BAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAF6

Black with #E6BAF6

Text Example


Text Example

White with #E6BAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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