Html Css Color HEX #E2C8FF Mauve

📋 copy color: '#E2C8FF'

red 226 ◦ green 200 ◦ blue 255

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

Shades of Mauve #E2C8FF

Tints of Mauve #E2C8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.37%

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

R = 33.19%
G = 29.37%
B = 37.44%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2C8FF (or 0xE2C8FF) is known color: Mauve. HEX triplet: E2, C8 and FF. RGB value is (226,200,255). Sum of RGB (Red+Green+Blue) = 226+200+255=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 200 (78.52% from 255 or 29.37% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C8FF is #1D3700. Grayscale: #D5D5D5. Windows color (decimal): -1914625 or 16763106. OLE color: 16763106.

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

Color convert

RGB 226 200 255 -
CMYK 0.11 0.22 0 0
HSL 268.36º 1% 0.89% -
HSV(B) 268.36º 0.22% 1% -
XYZ 70.07 64.7 103.4 -
YUV 214.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 226 200 255 0.11 0.22 0 0 268.36 1 0.89
Hex E2 C8 FF B 16 0 0 10C 64 59
Octal 342 310 377 13 26 0 0 414 144 131
Binary 11100010 11001000 11111111 1011 10110 0 0 100001100 1100100 1011001

Color Harmonies of #E2C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C8FF

Black with #E2C8FF

Text Example


Text Example

White with #E2C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C8FF; }

 p { color: rgb(226,200,255); }

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

background-color css

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

 a { background-color: rgb(226,200,255); }

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

border-color css

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

 span { border-color: rgb(226,200,255); }

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