Html Css Color HEX #E6BCF9 Mauve

📋 copy color: '#E6BCF9'

red 230 ◦ green 188 ◦ blue 249

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

Shades of Mauve #E6BCF9

Tints of Mauve #E6BCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.33%

R = 34.48%
G = 28.19%
B = 37.33%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6BCF9 (or 0xE6BCF9) is known color: Mauve. HEX triplet: E6, BC and F9. RGB value is (230,188,249). Sum of RGB (Red+Green+Blue) = 230+188+249=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6BCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BCF9 is #194306. Grayscale: #CFCFCF. Windows color (decimal): -1655559 or 16366822. OLE color: 16366822.

HSL color Cylindrical-coordinate representation of color #E6BCF9: hue angle of 281.31º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BCF9 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 188 249 -
CMYK 0.08 0.24 0 0.02
HSL 281.31º 0.84% 0.86% -
HSV(B) 281.31º 0.24% 0.98% -
XYZ 67.72 59.63 97.56 -
YUV 207.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 230 188 249 0.08 0.24 0 0.02 281.31 0.84 0.86
Hex E6 BC F9 8 18 0 2 119 54 56
Octal 346 274 371 10 30 0 2 431 124 126
Binary 11100110 10111100 11111001 1000 11000 0 10 100011001 1010100 1010110

Color Harmonies of #E6BCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCF9

Black with #E6BCF9

Text Example


Text Example

White with #E6BCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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