Html Css Color HEX #E6BAFF Mauve

📋 copy color: '#E6BAFF'

red 230 ◦ green 186 ◦ blue 255

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

Shades of Mauve #E6BAFF

Tints of Mauve #E6BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38%

R = 34.28%
G = 27.72%
B = 38%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6BAFF (or 0xE6BAFF) is known color: Mauve. HEX triplet: E6, BA and FF. RGB value is (230,186,255). Sum of RGB (Red+Green+Blue) = 230+186+255=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 186 (73.05% from 255 or 27.72% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAFF is #194500. Grayscale: #CECECE. Windows color (decimal): -1656065 or 16759526. OLE color: 16759526.

HSL color Cylindrical-coordinate representation of color #E6BAFF: hue angle of 278.26º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6BAFF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 186 255 -
CMYK 0.10 0.27 0 0
HSL 278.26º 1% 0.86% -
HSV(B) 278.26º 0.27% 1% -
XYZ 68.24 59.16 102.43 -
YUV 207.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 230 186 255 0.10 0.27 0 0 278.26 1 0.86
Hex E6 BA FF A 1B 0 0 116 64 56
Octal 346 272 377 12 33 0 0 426 144 126
Binary 11100110 10111010 11111111 1010 11011 0 0 100010110 1100100 1010110

Color Harmonies of #E6BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAFF

Black with #E6BAFF

Text Example


Text Example

White with #E6BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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