Html Css Color HEX #E6BAEE Mauve

📋 copy color: '#E6BAEE'

red 230 ◦ green 186 ◦ blue 238

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

Shades of Mauve #E6BAEE

Tints of Mauve #E6BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 35.17%
G = 28.44%
B = 36.39%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6BAEE (or 0xE6BAEE) is known color: Mauve. HEX triplet: E6, BA and EE. RGB value is (230,186,238). Sum of RGB (Red+Green+Blue) = 230+186+238=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAEE is #194511. Grayscale: #CCCCCC. Windows color (decimal): -1656082 or 15645414. OLE color: 15645414.

HSL color Cylindrical-coordinate representation of color #E6BAEE: hue angle of 290.77º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6BAEE is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 186 238 -
CMYK 0.03 0.22 0 0.07
HSL 290.77º 0.6% 0.83% -
HSV(B) 290.77º 0.22% 0.93% -
XYZ 65.62 58.11 88.65 -
YUV 205.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 230 186 238 0.03 0.22 0 0.07 290.77 0.6 0.83
Hex E6 BA EE 3 16 0 7 123 3C 53
Octal 346 272 356 3 26 0 7 443 74 123
Binary 11100110 10111010 11101110 11 10110 0 111 100100011 111100 1010011

Color Harmonies of #E6BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BAEE

Black with #E6BAEE

Text Example


Text Example

White with #E6BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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