#CE9CFA

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

Shades of Mauve #CE9CFA

Tints of Mauve #CE9CFA

Color information

#CE9CFA (or 0xCE9CFA) is unknown color: approx Mauve. HEX triplet: CE, 9C and FA. RGB value is (206,156,250). Sum of RGB (Red+Green+Blue) = 206+156+250=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9CFA is #316305. Grayscale: #B5B5B5. Windows color (decimal): -3236614 or 16424142. OLE color: 16424142.

HSL color Cylindrical-coordinate representation of color #CE9CFA: hue angle of 271.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9CFA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206156250-
CMYK0.180.3800.02
HSL271.91º90.38%79.61%-
HSV(B)271.91º37.6%98.04%-
XYZ54.643.896.02-
YUV181.67166.56145.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=33.66%
G=25.49%
B=40.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061562500.180.3800.02271.9190.3879.61
HexCE9CFA1226021105a50
Octal316234372224602420132120
Binary1100111010011100111110101001010011001010001000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9CFA; }

 p { color: rgb(206,156,250); }

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

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

 a { background-color: rgb(206,156,250); }

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

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

 span { border-color: rgb(206,156,250); }

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