Html Css Color HEX #E5BAFD Mauve

📋 copy color: '#E5BAFD'

red 229 ◦ green 186 ◦ blue 253

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

Shades of Mauve #E5BAFD

Tints of Mauve #E5BAFD

RGB

 RED value IS 229 (89.84% from 255) = 34.28%

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

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

R = 34.28%
G = 27.84%
B = 37.87%

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

#E5BAFD (or 0xE5BAFD) is known color: Mauve. HEX triplet: E5, BA and FD. RGB value is (229,186,253). Sum of RGB (Red+Green+Blue) = 229+186+253=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFD is #1A4502. Grayscale: #CECECE. Windows color (decimal): -1721603 or 16628453. OLE color: 16628453.

HSL color Cylindrical-coordinate representation of color #E5BAFD: hue angle of 278.51º 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 #E5BAFD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 186 253 -
CMYK 0.09 0.26 0 0.01
HSL 278.51º 0.94% 0.86% -
HSV(B) 278.51º 0.26% 0.99% -
XYZ 67.6 58.87 100.73 -
YUV 206.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 229 186 253 0.09 0.26 0 0.01 278.51 0.94 0.86
Hex E5 BA FD 9 1A 0 1 117 5E 56
Octal 345 272 375 11 32 0 1 427 136 126
Binary 11100101 10111010 11111101 1001 11010 0 1 100010111 1011110 1010110

Color Harmonies of #E5BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAFD

Black with #E5BAFD

Text Example


Text Example

White with #E5BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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