Html Css Color HEX #E9BAFD Mauve

📋 copy color: '#E9BAFD'

red 233 ◦ green 186 ◦ blue 253

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

Shades of Mauve #E9BAFD

Tints of Mauve #E9BAFD

RGB

 RED value IS 233 (91.41% from 255) = 34.67%

 GREEN value IS 186 (73.05% from 255) = 27.68%

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

R = 34.67%
G = 27.68%
B = 37.65%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E9BAFD (or 0xE9BAFD) is known color: Mauve. HEX triplet: E9, BA and FD. RGB value is (233,186,253). Sum of RGB (Red+Green+Blue) = 233+186+253=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BAFD is #164502. Grayscale: #CFCFCF. Windows color (decimal): -1459459 or 16628457. OLE color: 16628457.

HSL color Cylindrical-coordinate representation of color #E9BAFD: hue angle of 282.09º 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 #E9BAFD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 186 253 -
CMYK 0.08 0.26 0 0.01
HSL 282.09º 0.94% 0.86% -
HSV(B) 282.09º 0.26% 0.99% -
XYZ 68.89 59.53 100.79 -
YUV 207.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 233 186 253 0.08 0.26 0 0.01 282.09 0.94 0.86
Hex E9 BA FD 8 1A 0 1 11A 5E 56
Octal 351 272 375 10 32 0 1 432 136 126
Binary 11101001 10111010 11111101 1000 11010 0 1 100011010 1011110 1010110

Color Harmonies of #E9BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAFD

Black with #E9BAFD

Text Example


Text Example

White with #E9BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAFD; }

 p { color: rgb(233,186,253); }

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

background-color css

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

 a { background-color: rgb(233,186,253); }

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

border-color css

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

 span { border-color: rgb(233,186,253); }

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