Html Css Color HEX #E0BDFE Mauve

📋 copy color: '#E0BDFE'

red 224 ◦ green 189 ◦ blue 254

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

Shades of Mauve #E0BDFE

Tints of Mauve #E0BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.34%

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 33.58%
G = 28.34%
B = 38.08%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0BDFE (or 0xE0BDFE) is known color: Mauve. HEX triplet: E0, BD and FE. RGB value is (224,189,254). Sum of RGB (Red+Green+Blue) = 224+189+254=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BDFE is #1F4201. Grayscale: #CECECE. Windows color (decimal): -2048514 or 16694752. OLE color: 16694752.

HSL color Cylindrical-coordinate representation of color #E0BDFE: hue angle of 272.31º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0BDFE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 224 189 254 -
CMYK 0.12 0.26 0 0.00
HSL 272.31º 0.97% 0.87% -
HSV(B) 272.31º 0.26% 1% -
XYZ 66.83 59.4 101.71 -
YUV 206.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 224 189 254 0.12 0.26 0 0.00 272.31 0.97 0.87
Hex E0 BD FE C 1A 0 0 110 61 57
Octal 340 275 376 14 32 0 0 420 141 127
Binary 11100000 10111101 11111110 1100 11010 0 0 100010000 1100001 1010111

Color Harmonies of #E0BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDFE

Black with #E0BDFE

Text Example


Text Example

White with #E0BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BDFE; }

 p { color: rgb(224,189,254); }

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

background-color css

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

 a { background-color: rgb(224,189,254); }

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

border-color css

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

 span { border-color: rgb(224,189,254); }

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