Html Css Color HEX #E2BDFC Mauve

📋 copy color: '#E2BDFC'

red 226 ◦ green 189 ◦ blue 252

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

Shades of Mauve #E2BDFC

Tints of Mauve #E2BDFC

RGB

 RED value IS 226 (88.67% from 255) = 33.88%

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

 BLUE value IS 252 (98.83% from 255) = 37.78%

R = 33.88%
G = 28.34%
B = 37.78%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2BDFC (or 0xE2BDFC) is known color: Mauve. HEX triplet: E2, BD and FC. RGB value is (226,189,252). Sum of RGB (Red+Green+Blue) = 226+189+252=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BDFC is #1D4203. Grayscale: #CFCFCF. Windows color (decimal): -1917444 or 16563682. OLE color: 16563682.

HSL color Cylindrical-coordinate representation of color #E2BDFC: hue angle of 275.24º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BDFC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 189 252 -
CMYK 0.10 0.25 0 0.01
HSL 275.24º 0.91% 0.86% -
HSV(B) 275.24º 0.25% 0.99% -
XYZ 67.13 59.59 100.06 -
YUV 207.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 226 189 252 0.10 0.25 0 0.01 275.24 0.91 0.86
Hex E2 BD FC A 19 0 1 113 5B 56
Octal 342 275 374 12 31 0 1 423 133 126
Binary 11100010 10111101 11111100 1010 11001 0 1 100010011 1011011 1010110

Color Harmonies of #E2BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BDFC

Black with #E2BDFC

Text Example


Text Example

White with #E2BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BDFC; }

 p { color: rgb(226,189,252); }

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

background-color css

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

 a { background-color: rgb(226,189,252); }

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

border-color css

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

 span { border-color: rgb(226,189,252); }

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