Html Css Color HEX #E6B8FF Mauve

📋 copy color: '#E6B8FF'

red 230 ◦ green 184 ◦ blue 255

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

Shades of Mauve #E6B8FF

Tints of Mauve #E6B8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.12%

R = 34.38%
G = 27.5%
B = 38.12%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6B8FF (or 0xE6B8FF) is known color: Mauve. HEX triplet: E6, B8 and FF. RGB value is (230,184,255). Sum of RGB (Red+Green+Blue) = 230+184+255=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 184 (72.27% from 255 or 27.50% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6B8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B8FF is #194700. Grayscale: #CDCDCD. Windows color (decimal): -1656577 or 16759014. OLE color: 16759014.

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

Color convert

RGB 230 184 255 -
CMYK 0.10 0.28 0 0
HSL 278.87º 1% 0.86% -
HSV(B) 278.87º 0.28% 1% -
XYZ 67.82 58.32 102.29 -
YUV 205.85 155.74 145.23 -
System Red Green Blue C M Y K H S L
Decimal 230 184 255 0.10 0.28 0 0 278.87 1 0.86
Hex E6 B8 FF A 1C 0 0 117 64 56
Octal 346 270 377 12 34 0 0 427 144 126
Binary 11100110 10111000 11111111 1010 11100 0 0 100010111 1100100 1010110

Color Harmonies of #E6B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B8FF

Black with #E6B8FF

Text Example


Text Example

White with #E6B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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