Html Css Color HEX #E2BBF8 Mauve

📋 copy color: '#E2BBF8'

red 226 ◦ green 187 ◦ blue 248

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

Shades of Mauve #E2BBF8

Tints of Mauve #E2BBF8

RGB

 RED value IS 226 (88.67% from 255) = 34.19%

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

 BLUE value IS 248 (97.27% from 255) = 37.52%

R = 34.19%
G = 28.29%
B = 37.52%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E2BBF8 (or 0xE2BBF8) is known color: Mauve. HEX triplet: E2, BB and F8. RGB value is (226,187,248). Sum of RGB (Red+Green+Blue) = 226+187+248=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #E2BBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBF8 is #1D4407. Grayscale: #CDCDCD. Windows color (decimal): -1917960 or 16301026. OLE color: 16301026.

HSL color Cylindrical-coordinate representation of color #E2BBF8: hue angle of 278.36º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BBF8 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 226 187 248 -
CMYK 0.09 0.25 0 0.03
HSL 278.36º 0.81% 0.85% -
HSV(B) 278.36º 0.25% 0.97% -
XYZ 66.08 58.49 96.61 -
YUV 205.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 226 187 248 0.09 0.25 0 0.03 278.36 0.81 0.85
Hex E2 BB F8 9 19 0 3 116 51 55
Octal 342 273 370 11 31 0 3 426 121 125
Binary 11100010 10111011 11111000 1001 11001 0 11 100010110 1010001 1010101

Color Harmonies of #E2BBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBF8

Black with #E2BBF8

Text Example


Text Example

White with #E2BBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBF8; }

 p { color: rgb(226,187,248); }

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

background-color css

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

 a { background-color: rgb(226,187,248); }

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

border-color css

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

 span { border-color: rgb(226,187,248); }

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