Html Css Color HEX #E1C6FD Mauve

📋 copy color: '#E1C6FD'

red 225 ◦ green 198 ◦ blue 253

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

Shades of Mauve #E1C6FD

Tints of Mauve #E1C6FD

RGB

 RED value IS 225 (88.28% from 255) = 33.28%

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

 BLUE value IS 253 (99.22% from 255) = 37.43%

R = 33.28%
G = 29.29%
B = 37.43%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E1C6FD (or 0xE1C6FD) is known color: Mauve. HEX triplet: E1, C6 and FD. RGB value is (225,198,253). Sum of RGB (Red+Green+Blue) = 225+198+253=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1C6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C6FD is #1E3902. Grayscale: #D4D4D4. Windows color (decimal): -1980675 or 16631521. OLE color: 16631521.

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

Color convert

RGB 225 198 253 -
CMYK 0.11 0.22 0 0.01
HSL 269.45º 0.93% 0.88% -
HSV(B) 269.45º 0.22% 0.99% -
XYZ 68.98 63.49 101.55 -
YUV 212.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 225 198 253 0.11 0.22 0 0.01 269.45 0.93 0.88
Hex E1 C6 FD B 16 0 1 10D 5D 58
Octal 341 306 375 13 26 0 1 415 135 130
Binary 11100001 11000110 11111101 1011 10110 0 1 100001101 1011101 1011000

Color Harmonies of #E1C6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6FD

Black with #E1C6FD

Text Example


Text Example

White with #E1C6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6FD; }

 p { color: rgb(225,198,253); }

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

background-color css

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

 a { background-color: rgb(225,198,253); }

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

border-color css

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

 span { border-color: rgb(225,198,253); }

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