#CE9EFF

Color #CE9EFF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CE9EFF

Tints of Mauve #CE9EFF

Color information

#CE9EFF (or 0xCE9EFF) is unknown color: approx Mauve. HEX triplet: CE, 9E and FF. RGB value is (206,158,255). Sum of RGB (Red+Green+Blue) = 206+158+255=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EFF is #316100. Grayscale: #B7B7B7. Windows color (decimal): -3236097 or 16752334. OLE color: 16752334.

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

Color convert

RGB206158255-
CMYK0.190.3800
HSL269.69º100%80.98%-
HSV(B)269.69º38.04%100%-
XYZ55.7344.8100.32-
YUV183.41168.4144.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 158 (62.11% from 255) = 25.53%
BLUE value IS 255 (100% from 255) = 41.20%
R=33.28%
G=25.53%
B=41.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061582550.190.3800269.6910080.98
HexCE9EFF13260010e6451
Octal316236377234600416144121
Binary110011101001111011111111100111001100010000111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9EFF; }

 p { color: rgb(206,158,255); }

 H1.HeaderClassName
 {
   color: #CE9EFF;
 }
 .AnyTagClassName
 {
   color: #CE9EFF;
 }
</style>
background-color css

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

 a { background-color: rgb(206,158,255); }

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

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

 span { border-color: rgb(206,158,255); }

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