Html Css Color HEX #E6C9FF Mauve

📋 copy color: '#E6C9FF'

red 230 ◦ green 201 ◦ blue 255

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

Shades of Mauve #E6C9FF

Tints of Mauve #E6C9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.17%

R = 33.53%
G = 29.3%
B = 37.17%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6C9FF (or 0xE6C9FF) is known color: Mauve. HEX triplet: E6, C9 and FF. RGB value is (230,201,255). Sum of RGB (Red+Green+Blue) = 230+201+255=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 201 (78.91% from 255 or 29.30% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6C9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C9FF is #193600. Grayscale: #D7D7D7. Windows color (decimal): -1652225 or 16763366. OLE color: 16763366.

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

Color convert

RGB 230 201 255 -
CMYK 0.10 0.21 0 0
HSL 272.22º 1% 0.89% -
HSV(B) 272.22º 0.21% 1% -
XYZ 71.57 65.82 103.54 -
YUV 215.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 230 201 255 0.10 0.21 0 0 272.22 1 0.89
Hex E6 C9 FF A 15 0 0 110 64 59
Octal 346 311 377 12 25 0 0 420 144 131
Binary 11100110 11001001 11111111 1010 10101 0 0 100010000 1100100 1011001

Color Harmonies of #E6C9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C9FF

Black with #E6C9FF

Text Example


Text Example

White with #E6C9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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