Html Css Color HEX #E5BDFD Mauve

📋 copy color: '#E5BDFD'

red 229 ◦ green 189 ◦ blue 253

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

Shades of Mauve #E5BDFD

Tints of Mauve #E5BDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.17%

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

R = 34.13%
G = 28.17%
B = 37.7%

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

#E5BDFD (or 0xE5BDFD) is known color: Mauve. HEX triplet: E5, BD and FD. RGB value is (229,189,253). Sum of RGB (Red+Green+Blue) = 229+189+253=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDFD is #1A4202. Grayscale: #D0D0D0. Windows color (decimal): -1720835 or 16629221. OLE color: 16629221.

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

Color convert

RGB 229 189 253 -
CMYK 0.09 0.25 0 0.01
HSL 277.5º 0.94% 0.87% -
HSV(B) 277.5º 0.25% 0.99% -
XYZ 68.24 60.15 100.94 -
YUV 208.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 229 189 253 0.09 0.25 0 0.01 277.5 0.94 0.87
Hex E5 BD FD 9 19 0 1 116 5E 57
Octal 345 275 375 11 31 0 1 426 136 127
Binary 11100101 10111101 11111101 1001 11001 0 1 100010110 1011110 1010111

Color Harmonies of #E5BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDFD

Black with #E5BDFD

Text Example


Text Example

White with #E5BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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