Html Css Color HEX #EBBAF6 Mauve

📋 copy color: '#EBBAF6'

red 235 ◦ green 186 ◦ blue 246

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

Shades of Mauve #EBBAF6

Tints of Mauve #EBBAF6

RGB

 RED value IS 235 (92.19% from 255) = 35.23%

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

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

R = 35.23%
G = 27.89%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EBBAF6 (or 0xEBBAF6) is known color: Mauve. HEX triplet: EB, BA and F6. RGB value is (235,186,246). Sum of RGB (Red+Green+Blue) = 235+186+246=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBBAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF6 is #144509. Grayscale: #CFCFCF. Windows color (decimal): -1328394 or 16169707. OLE color: 16169707.

HSL color Cylindrical-coordinate representation of color #EBBAF6: hue angle of 289º 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 #EBBAF6 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 186 246 -
CMYK 0.04 0.24 0 0.04
HSL 289º 0.77% 0.85% -
HSV(B) 289º 0.24% 0.96% -
XYZ 68.45 59.43 95.05 -
YUV 207.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 235 186 246 0.04 0.24 0 0.04 289 0.77 0.85
Hex EB BA F6 4 18 0 4 121 4D 55
Octal 353 272 366 4 30 0 4 441 115 125
Binary 11101011 10111010 11110110 100 11000 0 100 100100001 1001101 1010101

Color Harmonies of #EBBAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAF6

Black with #EBBAF6

Text Example


Text Example

White with #EBBAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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