Html Css Color HEX #E5C5FA Mauve

📋 copy color: '#E5C5FA'

red 229 ◦ green 197 ◦ blue 250

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

Shades of Mauve #E5C5FA

Tints of Mauve #E5C5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 33.88%
G = 29.14%
B = 36.98%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5C5FA (or 0xE5C5FA) is known color: Mauve. HEX triplet: E5, C5 and FA. RGB value is (229,197,250). Sum of RGB (Red+Green+Blue) = 229+197+250=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C5FA is #1A3A05. Grayscale: #D4D4D4. Windows color (decimal): -1718790 or 16434661. OLE color: 16434661.

HSL color Cylindrical-coordinate representation of color #E5C5FA: hue angle of 276.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5C5FA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 197 250 -
CMYK 0.08 0.21 0 0.02
HSL 276.23º 0.84% 0.88% -
HSV(B) 276.23º 0.21% 0.98% -
XYZ 69.53 63.49 99.03 -
YUV 212.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 229 197 250 0.08 0.21 0 0.02 276.23 0.84 0.88
Hex E5 C5 FA 8 15 0 2 114 54 58
Octal 345 305 372 10 25 0 2 424 124 130
Binary 11100101 11000101 11111010 1000 10101 0 10 100010100 1010100 1011000

Color Harmonies of #E5C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C5FA

Black with #E5C5FA

Text Example


Text Example

White with #E5C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C5FA; }

 p { color: rgb(229,197,250); }

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

background-color css

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

 a { background-color: rgb(229,197,250); }

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

border-color css

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

 span { border-color: rgb(229,197,250); }

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