Html Css Color HEX #E6BCFF Mauve

📋 copy color: '#E6BCFF'

red 230 ◦ green 188 ◦ blue 255

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

Shades of Mauve #E6BCFF

Tints of Mauve #E6BCFF

RGB

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

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

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

R = 34.18%
G = 27.93%
B = 37.89%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6BCFF (or 0xE6BCFF) is known color: Mauve. HEX triplet: E6, BC and FF. RGB value is (230,188,255). Sum of RGB (Red+Green+Blue) = 230+188+255=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6BCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCFF is #194300. Grayscale: #CFCFCF. Windows color (decimal): -1655553 or 16760038. OLE color: 16760038.

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

Color convert

RGB 230 188 255 -
CMYK 0.10 0.26 0 0
HSL 277.61º 1% 0.87% -
HSV(B) 277.61º 0.26% 1% -
XYZ 68.67 60.01 102.57 -
YUV 208.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 230 188 255 0.10 0.26 0 0 277.61 1 0.87
Hex E6 BC FF A 1A 0 0 116 64 57
Octal 346 274 377 12 32 0 0 426 144 127
Binary 11100110 10111100 11111111 1010 11010 0 0 100010110 1100100 1010111

Color Harmonies of #E6BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCFF

Black with #E6BCFF

Text Example


Text Example

White with #E6BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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