Html Css Color HEX #E4BDF5 Mauve

📋 copy color: '#E4BDF5'

red 228 ◦ green 189 ◦ blue 245

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

Shades of Mauve #E4BDF5

Tints of Mauve #E4BDF5

RGB

 RED value IS 228 (89.45% from 255) = 34.44%

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

 BLUE value IS 245 (96.09% from 255) = 37.01%

R = 34.44%
G = 28.55%
B = 37.01%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E4BDF5 (or 0xE4BDF5) is known color: Mauve. HEX triplet: E4, BD and F5. RGB value is (228,189,245). Sum of RGB (Red+Green+Blue) = 228+189+245=662 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.44% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #E4BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDF5 is #1B420A. Grayscale: #CECECE. Windows color (decimal): -1786379 or 16104932. OLE color: 16104932.

HSL color Cylindrical-coordinate representation of color #E4BDF5: hue angle of 281.79º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4BDF5 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 228 189 245 -
CMYK 0.07 0.23 0 0.04
HSL 281.79º 0.74% 0.85% -
HSV(B) 281.79º 0.23% 0.96% -
XYZ 66.67 59.48 94.35 -
YUV 207.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 228 189 245 0.07 0.23 0 0.04 281.79 0.74 0.85
Hex E4 BD F5 7 17 0 4 11A 4A 55
Octal 344 275 365 7 27 0 4 432 112 125
Binary 11100100 10111101 11110101 111 10111 0 100 100011010 1001010 1010101

Color Harmonies of #E4BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BDF5

Black with #E4BDF5

Text Example


Text Example

White with #E4BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BDF5; }

 p { color: rgb(228,189,245); }

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

background-color css

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

 a { background-color: rgb(228,189,245); }

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

border-color css

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

 span { border-color: rgb(228,189,245); }

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