Html Css Color HEX #E6BCFC Mauve

📋 copy color: '#E6BCFC'

red 230 ◦ green 188 ◦ blue 252

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

Shades of Mauve #E6BCFC

Tints of Mauve #E6BCFC

RGB

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

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

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

R = 34.33%
G = 28.06%
B = 37.61%

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

#E6BCFC (or 0xE6BCFC) is known color: Mauve. HEX triplet: E6, BC and FC. RGB value is (230,188,252). Sum of RGB (Red+Green+Blue) = 230+188+252=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6BCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCFC is #194303. Grayscale: #CFCFCF. Windows color (decimal): -1655556 or 16563430. OLE color: 16563430.

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

Color convert

RGB 230 188 252 -
CMYK 0.09 0.25 0 0.01
HSL 279.38º 0.91% 0.86% -
HSV(B) 279.38º 0.25% 0.99% -
XYZ 68.19 59.82 100.05 -
YUV 207.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 230 188 252 0.09 0.25 0 0.01 279.38 0.91 0.86
Hex E6 BC FC 9 19 0 1 117 5B 56
Octal 346 274 374 11 31 0 1 427 133 126
Binary 11100110 10111100 11111100 1001 11001 0 1 100010111 1011011 1010110

Color Harmonies of #E6BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCFC

Black with #E6BCFC

Text Example


Text Example

White with #E6BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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