Html Css Color HEX #EBB7FE Mauve

📋 copy color: '#EBB7FE'

red 235 ◦ green 183 ◦ blue 254

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

Shades of Mauve #EBB7FE

Tints of Mauve #EBB7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.23%

 BLUE value IS 254 (99.61% from 255) = 37.8%

R = 34.97%
G = 27.23%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBB7FE (or 0xEBB7FE) is known color: Mauve. HEX triplet: EB, B7 and FE. RGB value is (235,183,254). Sum of RGB (Red+Green+Blue) = 235+183+254=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 183 (71.88% from 255 or 27.23% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB7FE is #144801. Grayscale: #CECECE. Windows color (decimal): -1329154 or 16693227. OLE color: 16693227.

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

Color convert

RGB 235 183 254 -
CMYK 0.07 0.28 0 0.00
HSL 283.94º 0.97% 0.86% -
HSV(B) 283.94º 0.28% 1% -
XYZ 69.08 58.68 101.45 -
YUV 206.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 235 183 254 0.07 0.28 0 0.00 283.94 0.97 0.86
Hex EB B7 FE 7 1C 0 0 11C 61 56
Octal 353 267 376 7 34 0 0 434 141 126
Binary 11101011 10110111 11111110 111 11100 0 0 100011100 1100001 1010110

Color Harmonies of #EBB7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB7FE

Black with #EBB7FE

Text Example


Text Example

White with #EBB7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB7FE; }

 p { color: rgb(235,183,254); }

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

background-color css

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

 a { background-color: rgb(235,183,254); }

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

border-color css

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

 span { border-color: rgb(235,183,254); }

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