Html Css Color HEX #E7BAFD Mauve

📋 copy color: '#E7BAFD'

red 231 ◦ green 186 ◦ blue 253

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

Shades of Mauve #E7BAFD

Tints of Mauve #E7BAFD

RGB

 RED value IS 231 (90.63% from 255) = 34.48%

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

 BLUE value IS 253 (99.22% from 255) = 37.76%

R = 34.48%
G = 27.76%
B = 37.76%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E7BAFD (or 0xE7BAFD) is known color: Mauve. HEX triplet: E7, BA and FD. RGB value is (231,186,253). Sum of RGB (Red+Green+Blue) = 231+186+253=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BAFD is #184502. Grayscale: #CECECE. Windows color (decimal): -1590531 or 16628455. OLE color: 16628455.

HSL color Cylindrical-coordinate representation of color #E7BAFD: hue angle of 280.3º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7BAFD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 186 253 -
CMYK 0.09 0.26 0 0.01
HSL 280.3º 0.94% 0.86% -
HSV(B) 280.3º 0.26% 0.99% -
XYZ 68.24 59.2 100.76 -
YUV 207.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 231 186 253 0.09 0.26 0 0.01 280.3 0.94 0.86
Hex E7 BA FD 9 1A 0 1 118 5E 56
Octal 347 272 375 11 32 0 1 430 136 126
Binary 11100111 10111010 11111101 1001 11010 0 1 100011000 1011110 1010110

Color Harmonies of #E7BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BAFD

Black with #E7BAFD

Text Example


Text Example

White with #E7BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BAFD; }

 p { color: rgb(231,186,253); }

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

background-color css

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

 a { background-color: rgb(231,186,253); }

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

border-color css

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

 span { border-color: rgb(231,186,253); }

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