Html Css Color HEX #E6BFF9 Mauve

📋 copy color: '#E6BFF9'

red 230 ◦ green 191 ◦ blue 249

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

Shades of Mauve #E6BFF9

Tints of Mauve #E6BFF9

RGB

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

 GREEN value IS 191 (75% from 255) = 28.51%

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

R = 34.33%
G = 28.51%
B = 37.16%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6BFF9 (or 0xE6BFF9) is known color: Mauve. HEX triplet: E6, BF and F9. RGB value is (230,191,249). Sum of RGB (Red+Green+Blue) = 230+191+249=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFF9 is #194006. Grayscale: #D1D1D1. Windows color (decimal): -1654791 or 16367590. OLE color: 16367590.

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

Color convert

RGB 230 191 249 -
CMYK 0.08 0.23 0 0.02
HSL 280.34º 0.83% 0.86% -
HSV(B) 280.34º 0.23% 0.98% -
XYZ 68.36 60.92 97.78 -
YUV 209.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 230 191 249 0.08 0.23 0 0.02 280.34 0.83 0.86
Hex E6 BF F9 8 17 0 2 118 53 56
Octal 346 277 371 10 27 0 2 430 123 126
Binary 11100110 10111111 11111001 1000 10111 0 10 100011000 1010011 1010110

Color Harmonies of #E6BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFF9

Black with #E6BFF9

Text Example


Text Example

White with #E6BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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