Html Css Color HEX #E6C9FE Mauve

📋 copy color: '#E6C9FE'

red 230 ◦ green 201 ◦ blue 254

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

Shades of Mauve #E6C9FE

Tints of Mauve #E6C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.34%

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

R = 33.58%
G = 29.34%
B = 37.08%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6C9FE (or 0xE6C9FE) is known color: Mauve. HEX triplet: E6, C9 and FE. RGB value is (230,201,254). Sum of RGB (Red+Green+Blue) = 230+201+254=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 201 (78.91% from 255 or 29.34% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C9FE is #193601. Grayscale: #D7D7D7. Windows color (decimal): -1652226 or 16697830. OLE color: 16697830.

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

Color convert

RGB 230 201 254 -
CMYK 0.09 0.21 0 0.00
HSL 272.83º 0.96% 0.89% -
HSV(B) 272.83º 0.21% 1% -
XYZ 71.41 65.75 102.69 -
YUV 215.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 230 201 254 0.09 0.21 0 0.00 272.83 0.96 0.89
Hex E6 C9 FE 9 15 0 0 111 60 59
Octal 346 311 376 11 25 0 0 421 140 131
Binary 11100110 11001001 11111110 1001 10101 0 0 100010001 1100000 1011001

Color Harmonies of #E6C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C9FE

Black with #E6C9FE

Text Example


Text Example

White with #E6C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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