Html Css Color HEX #E6BCFD Mauve

📋 copy color: '#E6BCFD'

red 230 ◦ green 188 ◦ blue 253

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

Shades of Mauve #E6BCFD

Tints of Mauve #E6BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 34.28%
G = 28.02%
B = 37.7%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6BCFD (or 0xE6BCFD) is known color: Mauve. HEX triplet: E6, BC and FD. RGB value is (230,188,253). Sum of RGB (Red+Green+Blue) = 230+188+253=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6BCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCFD is #194302. Grayscale: #CFCFCF. Windows color (decimal): -1655555 or 16628966. OLE color: 16628966.

HSL color Cylindrical-coordinate representation of color #E6BCFD: hue angle of 278.77º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6BCFD is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 188 253 -
CMYK 0.09 0.26 0 0.01
HSL 278.77º 0.94% 0.86% -
HSV(B) 278.77º 0.26% 0.99% -
XYZ 68.35 59.88 100.88 -
YUV 207.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 230 188 253 0.09 0.26 0 0.01 278.77 0.94 0.86
Hex E6 BC FD 9 1A 0 1 117 5E 56
Octal 346 274 375 11 32 0 1 427 136 126
Binary 11100110 10111100 11111101 1001 11010 0 1 100010111 1011110 1010110

Color Harmonies of #E6BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCFD

Black with #E6BCFD

Text Example


Text Example

White with #E6BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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