Html Css Color HEX #E5C6FE Mauve

📋 copy color: '#E5C6FE'

red 229 ◦ green 198 ◦ blue 254

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

Shades of Mauve #E5C6FE

Tints of Mauve #E5C6FE

RGB

 RED value IS 229 (89.84% from 255) = 33.63%

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

 BLUE value IS 254 (99.61% from 255) = 37.3%

R = 33.63%
G = 29.07%
B = 37.3%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5C6FE (or 0xE5C6FE) is known color: Mauve. HEX triplet: E5, C6 and FE. RGB value is (229,198,254). Sum of RGB (Red+Green+Blue) = 229+198+254=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5C6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C6FE is #1A3901. Grayscale: #D5D5D5. Windows color (decimal): -1718530 or 16697061. OLE color: 16697061.

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

Color convert

RGB 229 198 254 -
CMYK 0.10 0.22 0 0.00
HSL 273.21º 0.97% 0.89% -
HSV(B) 273.21º 0.22% 1% -
XYZ 70.4 64.2 102.45 -
YUV 213.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 229 198 254 0.10 0.22 0 0.00 273.21 0.97 0.89
Hex E5 C6 FE A 16 0 0 111 61 59
Octal 345 306 376 12 26 0 0 421 141 131
Binary 11100101 11000110 11111110 1010 10110 0 0 100010001 1100001 1011001

Color Harmonies of #E5C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C6FE

Black with #E5C6FE

Text Example


Text Example

White with #E5C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C6FE; }

 p { color: rgb(229,198,254); }

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

background-color css

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

 a { background-color: rgb(229,198,254); }

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

border-color css

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

 span { border-color: rgb(229,198,254); }

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