#CE96F9

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

Shades of Mauve #CE96F9

Tints of Mauve #CE96F9

Color information

#CE96F9 (or 0xCE96F9) is unknown color: approx Mauve. HEX triplet: CE, 96 and F9. RGB value is (206,150,249). Sum of RGB (Red+Green+Blue) = 206+150+249=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96F9 is #316906. Grayscale: #B1B1B1. Windows color (decimal): -3238151 or 16357070. OLE color: 16357070.

HSL color Cylindrical-coordinate representation of color #CE96F9: hue angle of 273.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE96F9 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206150249-
CMYK0.170.4000.02
HSL273.94º89.19%78.24%-
HSV(B)273.94º39.76%97.65%-
XYZ53.4641.7794.87-
YUV178.03168.05147.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 150 (58.98% from 255) = 24.79%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=34.05%
G=24.79%
B=41.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061502490.170.4000.02273.9489.1978.24
HexCE96F9112802112594e
Octal316226371215002422131116
Binary1100111010010110111110011000110100001010001001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE96F9; }

 p { color: rgb(206,150,249); }

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

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

 a { background-color: rgb(206,150,249); }

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

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

 span { border-color: rgb(206,150,249); }

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