Html Css Color HEX #E1C5FC Mauve

📋 copy color: '#E1C5FC'

red 225 ◦ green 197 ◦ blue 252

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

Shades of Mauve #E1C5FC

Tints of Mauve #E1C5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.23%

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

R = 33.38%
G = 29.23%
B = 37.39%

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

#E1C5FC (or 0xE1C5FC) is known color: Mauve. HEX triplet: E1, C5 and FC. RGB value is (225,197,252). Sum of RGB (Red+Green+Blue) = 225+197+252=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1C5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C5FC is #1E3A03. Grayscale: #D3D3D3. Windows color (decimal): -1980932 or 16565729. OLE color: 16565729.

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

Color convert

RGB 225 197 252 -
CMYK 0.11 0.22 0 0.01
HSL 270.55º 0.9% 0.88% -
HSV(B) 270.55º 0.22% 0.99% -
XYZ 68.59 62.97 100.63 -
YUV 211.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 225 197 252 0.11 0.22 0 0.01 270.55 0.9 0.88
Hex E1 C5 FC B 16 0 1 10F 5A 58
Octal 341 305 374 13 26 0 1 417 132 130
Binary 11100001 11000101 11111100 1011 10110 0 1 100001111 1011010 1011000

Color Harmonies of #E1C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C5FC

Black with #E1C5FC

Text Example


Text Example

White with #E1C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C5FC; }

 p { color: rgb(225,197,252); }

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

background-color css

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

 a { background-color: rgb(225,197,252); }

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

border-color css

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

 span { border-color: rgb(225,197,252); }

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