Html Css Color HEX #EBBAFF Mauve

📋 copy color: '#EBBAFF'

red 235 ◦ green 186 ◦ blue 255

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

Shades of Mauve #EBBAFF

Tints of Mauve #EBBAFF

RGB

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

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

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

R = 34.76%
G = 27.51%
B = 37.72%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EBBAFF (or 0xEBBAFF) is known color: Mauve. HEX triplet: EB, BA and FF. RGB value is (235,186,255). Sum of RGB (Red+Green+Blue) = 235+186+255=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBBAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAFF is #144500. Grayscale: #D0D0D0. Windows color (decimal): -1328385 or 16759531. OLE color: 16759531.

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

Color convert

RGB 235 186 255 -
CMYK 0.08 0.27 0 0
HSL 282.61º 1% 0.86% -
HSV(B) 282.61º 0.27% 1% -
XYZ 69.87 60 102.51 -
YUV 208.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 235 186 255 0.08 0.27 0 0 282.61 1 0.86
Hex EB BA FF 8 1B 0 0 11B 64 56
Octal 353 272 377 10 33 0 0 433 144 126
Binary 11101011 10111010 11111111 1000 11011 0 0 100011011 1100100 1010110

Color Harmonies of #EBBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAFF

Black with #EBBAFF

Text Example


Text Example

White with #EBBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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