#CE9AFF

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

Shades of Mauve #CE9AFF

Tints of Mauve #CE9AFF

Color information

#CE9AFF (or 0xCE9AFF) is unknown color: approx Mauve. HEX triplet: CE, 9A and FF. RGB value is (206,154,255). Sum of RGB (Red+Green+Blue) = 206+154+255=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AFF is #316500. Grayscale: #B4B4B4. Windows color (decimal): -3237121 or 16751310. OLE color: 16751310.

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

Color convert

RGB206154255-
CMYK0.190.4000
HSL270.89º100%80.2%-
HSV(B)270.89º39.61%100%-
XYZ55.0643.45100.09-
YUV181.06169.73145.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 255 (100% from 255) = 41.46%
R=33.50%
G=25.04%
B=41.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061542550.190.4000270.8910080.2
HexCE9AFF13280010f6450
Octal316232377235000417144120
Binary110011101001101011111111100111010000010000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9AFF; }

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

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

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

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

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

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

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

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