#CE9DFA

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

Shades of Mauve #CE9DFA

Tints of Mauve #CE9DFA

Color information

#CE9DFA (or 0xCE9DFA) is unknown color: approx Mauve. HEX triplet: CE, 9D and FA. RGB value is (206,157,250). Sum of RGB (Red+Green+Blue) = 206+157+250=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DFA is #316205. Grayscale: #B5B5B5. Windows color (decimal): -3236358 or 16424398. OLE color: 16424398.

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

Color convert

RGB206157250-
CMYK0.180.3700.02
HSL271.61º90.29%79.8%-
HSV(B)271.61º37.2%98.04%-
XYZ54.7744.1496.08-
YUV182.25166.23144.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=33.61%
G=25.61%
B=40.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061572500.180.3700.02271.6190.2979.8
HexCE9DFA1225021105a50
Octal316235372224502420132120
Binary1100111010011101111110101001010010101010001000010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DFA; }

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

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

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

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

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

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

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

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