Html Css Color HEX #E0BAFD Mauve

📋 copy color: '#E0BAFD'

red 224 ◦ green 186 ◦ blue 253

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

Shades of Mauve #E0BAFD

Tints of Mauve #E0BAFD

RGB

 RED value IS 224 (87.89% from 255) = 33.79%

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

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

R = 33.79%
G = 28.05%
B = 38.16%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E0BAFD (or 0xE0BAFD) is known color: Mauve. HEX triplet: E0, BA and FD. RGB value is (224,186,253). Sum of RGB (Red+Green+Blue) = 224+186+253=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #E0BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAFD is #1F4502. Grayscale: #CCCCCC. Windows color (decimal): -2049283 or 16628448. OLE color: 16628448.

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

Color convert

RGB 224 186 253 -
CMYK 0.11 0.26 0 0.01
HSL 274.03º 0.94% 0.86% -
HSV(B) 274.03º 0.26% 0.99% -
XYZ 66.03 58.06 100.65 -
YUV 205 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 224 186 253 0.11 0.26 0 0.01 274.03 0.94 0.86
Hex E0 BA FD B 1A 0 1 112 5E 56
Octal 340 272 375 13 32 0 1 422 136 126
Binary 11100000 10111010 11111101 1011 11010 0 1 100010010 1011110 1010110

Color Harmonies of #E0BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BAFD

Black with #E0BAFD

Text Example


Text Example

White with #E0BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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