Html Css Color HEX #E5BCFC Mauve

📋 copy color: '#E5BCFC'

red 229 ◦ green 188 ◦ blue 252

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

Shades of Mauve #E5BCFC

Tints of Mauve #E5BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.1%

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

R = 34.23%
G = 28.1%
B = 37.67%

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

#E5BCFC (or 0xE5BCFC) is known color: Mauve. HEX triplet: E5, BC and FC. RGB value is (229,188,252). Sum of RGB (Red+Green+Blue) = 229+188+252=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BCFC is #1A4303. Grayscale: #CFCFCF. Windows color (decimal): -1721092 or 16563429. OLE color: 16563429.

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

Color convert

RGB 229 188 252 -
CMYK 0.09 0.25 0 0.01
HSL 278.44º 0.91% 0.86% -
HSV(B) 278.44º 0.25% 0.99% -
XYZ 67.87 59.65 100.03 -
YUV 207.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 229 188 252 0.09 0.25 0 0.01 278.44 0.91 0.86
Hex E5 BC FC 9 19 0 1 116 5B 56
Octal 345 274 374 11 31 0 1 426 133 126
Binary 11100101 10111100 11111100 1001 11001 0 1 100010110 1011011 1010110

Color Harmonies of #E5BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCFC

Black with #E5BCFC

Text Example


Text Example

White with #E5BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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