Html Css Color HEX #E5BDFC Mauve

📋 copy color: '#E5BDFC'

red 229 ◦ green 189 ◦ blue 252

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

Shades of Mauve #E5BDFC

Tints of Mauve #E5BDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.61%

R = 34.18%
G = 28.21%
B = 37.61%

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

#E5BDFC (or 0xE5BDFC) is known color: Mauve. HEX triplet: E5, BD and FC. RGB value is (229,189,252). Sum of RGB (Red+Green+Blue) = 229+189+252=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BDFC is #1A4203. Grayscale: #CFCFCF. Windows color (decimal): -1720836 or 16563685. OLE color: 16563685.

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

Color convert

RGB 229 189 252 -
CMYK 0.09 0.25 0 0.01
HSL 278.1º 0.91% 0.86% -
HSV(B) 278.1º 0.25% 0.99% -
XYZ 68.08 60.08 100.1 -
YUV 208.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 229 189 252 0.09 0.25 0 0.01 278.1 0.91 0.86
Hex E5 BD FC 9 19 0 1 116 5B 56
Octal 345 275 374 11 31 0 1 426 133 126
Binary 11100101 10111101 11111100 1001 11001 0 1 100010110 1011011 1010110

Color Harmonies of #E5BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BDFC

Black with #E5BDFC

Text Example


Text Example

White with #E5BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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