Html Css Color HEX #E4BDFF Mauve

📋 copy color: '#E4BDFF'

red 228 ◦ green 189 ◦ blue 255

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

Shades of Mauve #E4BDFF

Tints of Mauve #E4BDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.95%

R = 33.93%
G = 28.13%
B = 37.95%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E4BDFF (or 0xE4BDFF) is known color: Mauve. HEX triplet: E4, BD and FF. RGB value is (228,189,255). Sum of RGB (Red+Green+Blue) = 228+189+255=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BDFF is #1B4200. Grayscale: #CFCFCF. Windows color (decimal): -1786369 or 16760292. OLE color: 16760292.

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

Color convert

RGB 228 189 255 -
CMYK 0.11 0.26 0 0
HSL 275.45º 1% 0.87% -
HSV(B) 275.45º 0.26% 1% -
XYZ 68.24 60.11 102.61 -
YUV 208.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 228 189 255 0.11 0.26 0 0 275.45 1 0.87
Hex E4 BD FF B 1A 0 0 113 64 57
Octal 344 275 377 13 32 0 0 423 144 127
Binary 11100100 10111101 11111111 1011 11010 0 0 100010011 1100100 1010111

Color Harmonies of #E4BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BDFF

Black with #E4BDFF

Text Example


Text Example

White with #E4BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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