Html Css Color HEX #E6BBF2 Mauve

📋 copy color: '#E6BBF2'

red 230 ◦ green 187 ◦ blue 242

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

Shades of Mauve #E6BBF2

Tints of Mauve #E6BBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.38%

 BLUE value IS 242 (94.92% from 255) = 36.72%

R = 34.9%
G = 28.38%
B = 36.72%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E6BBF2 (or 0xE6BBF2) is known color: Mauve. HEX triplet: E6, BB and F2. RGB value is (230,187,242). Sum of RGB (Red+Green+Blue) = 230+187+242=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 187 (73.44% from 255 or 28.38% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6BBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BBF2 is #19440D. Grayscale: #CDCDCD. Windows color (decimal): -1655822 or 15907814. OLE color: 15907814.

HSL color Cylindrical-coordinate representation of color #E6BBF2: hue angle of 286.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6BBF2 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 187 242 -
CMYK 0.05 0.23 0 0.05
HSL 286.91º 0.68% 0.84% -
HSV(B) 286.91º 0.23% 0.95% -
XYZ 66.43 58.77 91.85 -
YUV 206.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 230 187 242 0.05 0.23 0 0.05 286.91 0.68 0.84
Hex E6 BB F2 5 17 0 5 11F 44 54
Octal 346 273 362 5 27 0 5 437 104 124
Binary 11100110 10111011 11110010 101 10111 0 101 100011111 1000100 1010100

Color Harmonies of #E6BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBF2

Black with #E6BBF2

Text Example


Text Example

White with #E6BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBF2; }

 p { color: rgb(230,187,242); }

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

background-color css

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

 a { background-color: rgb(230,187,242); }

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

border-color css

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

 span { border-color: rgb(230,187,242); }

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