Html Css Color HEX #E5BDFB Mauve

📋 copy color: '#E5BDFB'

red 229 ◦ green 189 ◦ blue 251

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

Shades of Mauve #E5BDFB

Tints of Mauve #E5BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.52%

R = 34.23%
G = 28.25%
B = 37.52%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5BDFB (or 0xE5BDFB) is known color: Mauve. HEX triplet: E5, BD and FB. RGB value is (229,189,251). Sum of RGB (Red+Green+Blue) = 229+189+251=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDFB is #1A4204. Grayscale: #CFCFCF. Windows color (decimal): -1720837 or 16498149. OLE color: 16498149.

HSL color Cylindrical-coordinate representation of color #E5BDFB: hue angle of 278.71º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BDFB is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 189 251 -
CMYK 0.09 0.25 0 0.02
HSL 278.71º 0.89% 0.86% -
HSV(B) 278.71º 0.25% 0.98% -
XYZ 67.92 60.02 99.27 -
YUV 208.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 229 189 251 0.09 0.25 0 0.02 278.71 0.89 0.86
Hex E5 BD FB 9 19 0 2 117 59 56
Octal 345 275 373 11 31 0 2 427 131 126
Binary 11100101 10111101 11111011 1001 11001 0 10 100010111 1011001 1010110

Color Harmonies of #E5BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDFB

Black with #E5BDFB

Text Example


Text Example

White with #E5BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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