Html Css Color HEX #E5BFFD Mauve

📋 copy color: '#E5BFFD'

red 229 ◦ green 191 ◦ blue 253

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

Shades of Mauve #E5BFFD

Tints of Mauve #E5BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 28.38%

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

R = 34.03%
G = 28.38%
B = 37.59%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5BFFD (or 0xE5BFFD) is known color: Mauve. HEX triplet: E5, BF and FD. RGB value is (229,191,253). Sum of RGB (Red+Green+Blue) = 229+191+253=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFFD is #1A4002. Grayscale: #D1D1D1. Windows color (decimal): -1720323 or 16629733. OLE color: 16629733.

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

Color convert

RGB 229 191 253 -
CMYK 0.09 0.25 0 0.01
HSL 276.77º 0.94% 0.87% -
HSV(B) 276.77º 0.25% 0.99% -
XYZ 68.67 61.01 101.09 -
YUV 209.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 229 191 253 0.09 0.25 0 0.01 276.77 0.94 0.87
Hex E5 BF FD 9 19 0 1 115 5E 57
Octal 345 277 375 11 31 0 1 425 136 127
Binary 11100101 10111111 11111101 1001 11001 0 1 100010101 1011110 1010111

Color Harmonies of #E5BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BFFD

Black with #E5BFFD

Text Example


Text Example

White with #E5BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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