Html Css Color HEX #E2C6FF Mauve

📋 copy color: '#E2C6FF'

red 226 ◦ green 198 ◦ blue 255

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

Shades of Mauve #E2C6FF

Tints of Mauve #E2C6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.16%

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

R = 33.28%
G = 29.16%
B = 37.56%

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

#E2C6FF (or 0xE2C6FF) is known color: Mauve. HEX triplet: E2, C6 and FF. RGB value is (226,198,255). Sum of RGB (Red+Green+Blue) = 226+198+255=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 198 (77.73% from 255 or 29.16% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C6FF is #1D3900. Grayscale: #D4D4D4. Windows color (decimal): -1915137 or 16762594. OLE color: 16762594.

HSL color Cylindrical-coordinate representation of color #E2C6FF: hue angle of 269.47º 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 #E2C6FF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 198 255 -
CMYK 0.11 0.22 0 0
HSL 269.47º 1% 0.89% -
HSV(B) 269.47º 0.22% 1% -
XYZ 69.61 63.78 103.25 -
YUV 212.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 226 198 255 0.11 0.22 0 0 269.47 1 0.89
Hex E2 C6 FF B 16 0 0 10D 64 59
Octal 342 306 377 13 26 0 0 415 144 131
Binary 11100010 11000110 11111111 1011 10110 0 0 100001101 1100100 1011001

Color Harmonies of #E2C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C6FF

Black with #E2C6FF

Text Example


Text Example

White with #E2C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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