Html Css Color HEX #E6B8FE Mauve

📋 copy color: '#E6B8FE'

red 230 ◦ green 184 ◦ blue 254

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

Shades of Mauve #E6B8FE

Tints of Mauve #E6B8FE

RGB

 RED value IS 230 (90.23% from 255) = 34.43%

 GREEN value IS 184 (72.27% from 255) = 27.54%

 BLUE value IS 254 (99.61% from 255) = 38.02%

R = 34.43%
G = 27.54%
B = 38.02%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6B8FE (or 0xE6B8FE) is known color: Mauve. HEX triplet: E6, B8 and FE. RGB value is (230,184,254). Sum of RGB (Red+Green+Blue) = 230+184+254=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6B8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B8FE is #194701. Grayscale: #CDCDCD. Windows color (decimal): -1656578 or 16693478. OLE color: 16693478.

HSL color Cylindrical-coordinate representation of color #E6B8FE: hue angle of 279.43º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6B8FE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 184 254 -
CMYK 0.09 0.28 0 0.00
HSL 279.43º 0.97% 0.86% -
HSV(B) 279.43º 0.28% 1% -
XYZ 67.66 58.26 101.45 -
YUV 205.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 230 184 254 0.09 0.28 0 0.00 279.43 0.97 0.86
Hex E6 B8 FE 9 1C 0 0 117 61 56
Octal 346 270 376 11 34 0 0 427 141 126
Binary 11100110 10111000 11111110 1001 11100 0 0 100010111 1100001 1010110

Color Harmonies of #E6B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B8FE

Black with #E6B8FE

Text Example


Text Example

White with #E6B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B8FE; }

 p { color: rgb(230,184,254); }

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

background-color css

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

 a { background-color: rgb(230,184,254); }

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

border-color css

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

 span { border-color: rgb(230,184,254); }

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