Html Css Color HEX #E6C5FE Mauve

📋 copy color: '#E6C5FE'

red 230 ◦ green 197 ◦ blue 254

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

Shades of Mauve #E6C5FE

Tints of Mauve #E6C5FE

RGB

 RED value IS 230 (90.23% from 255) = 33.77%

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

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

R = 33.77%
G = 28.93%
B = 37.3%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6C5FE (or 0xE6C5FE) is known color: Mauve. HEX triplet: E6, C5 and FE. RGB value is (230,197,254). Sum of RGB (Red+Green+Blue) = 230+197+254=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 197 (77.34% from 255 or 28.93% 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 #E6C5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C5FE is #193A01. Grayscale: #D5D5D5. Windows color (decimal): -1653250 or 16696806. OLE color: 16696806.

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

Color convert

RGB 230 197 254 -
CMYK 0.09 0.22 0 0.00
HSL 274.74º 0.97% 0.88% -
HSV(B) 274.74º 0.22% 1% -
XYZ 70.49 63.91 102.39 -
YUV 213.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 230 197 254 0.09 0.22 0 0.00 274.74 0.97 0.88
Hex E6 C5 FE 9 16 0 0 113 61 58
Octal 346 305 376 11 26 0 0 423 141 130
Binary 11100110 11000101 11111110 1001 10110 0 0 100010011 1100001 1011000

Color Harmonies of #E6C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C5FE

Black with #E6C5FE

Text Example


Text Example

White with #E6C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C5FE; }

 p { color: rgb(230,197,254); }

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

background-color css

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

 a { background-color: rgb(230,197,254); }

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

border-color css

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

 span { border-color: rgb(230,197,254); }

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