Html Css Color HEX #E8BDF6 Mauve

📋 copy color: '#E8BDF6'

red 232 ◦ green 189 ◦ blue 246

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

Shades of Mauve #E8BDF6

Tints of Mauve #E8BDF6

RGB

 RED value IS 232 (91.02% from 255) = 34.78%

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

 BLUE value IS 246 (96.48% from 255) = 36.88%

R = 34.78%
G = 28.34%
B = 36.88%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E8BDF6 (or 0xE8BDF6) is known color: Mauve. HEX triplet: E8, BD and F6. RGB value is (232,189,246). Sum of RGB (Red+Green+Blue) = 232+189+246=667 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.78% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8BDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDF6 is #174209. Grayscale: #D0D0D0. Windows color (decimal): -1524234 or 16170472. OLE color: 16170472.

HSL color Cylindrical-coordinate representation of color #E8BDF6: hue angle of 285.26º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8BDF6 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 232 189 246 -
CMYK 0.06 0.23 0 0.04
HSL 285.26º 0.76% 0.85% -
HSV(B) 285.26º 0.23% 0.96% -
XYZ 68.11 60.2 95.22 -
YUV 208.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 232 189 246 0.06 0.23 0 0.04 285.26 0.76 0.85
Hex E8 BD F6 6 17 0 4 11D 4C 55
Octal 350 275 366 6 27 0 4 435 114 125
Binary 11101000 10111101 11110110 110 10111 0 100 100011101 1001100 1010101

Color Harmonies of #E8BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDF6

Black with #E8BDF6

Text Example


Text Example

White with #E8BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDF6; }

 p { color: rgb(232,189,246); }

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

background-color css

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

 a { background-color: rgb(232,189,246); }

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

border-color css

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

 span { border-color: rgb(232,189,246); }

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