#CE98FE

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

Shades of Mauve #CE98FE

Tints of Mauve #CE98FE

Color information

#CE98FE (or 0xCE98FE) is unknown color: approx Mauve. HEX triplet: CE, 98 and FE. RGB value is (206,152,254). Sum of RGB (Red+Green+Blue) = 206+152+254=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE98FE is #316701. Grayscale: #B3B3B3. Windows color (decimal): -3237634 or 16685262. OLE color: 16685262.

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

Color convert

RGB206152254-
CMYK0.190.4000.00
HSL271.76º98.08%79.61%-
HSV(B)271.76º40.16%99.61%-
XYZ54.5742.7399.14-
YUV179.77169.89146.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 152 (59.77% from 255) = 24.84%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=33.66%
G=24.84%
B=41.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061522540.190.4000.00271.7698.0879.61
HexCE98FE1328001106250
Octal316230376235000420142120
Binary110011101001100011111110100111010000010001000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98FE; }

 p { color: rgb(206,152,254); }

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

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

 a { background-color: rgb(206,152,254); }

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

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

 span { border-color: rgb(206,152,254); }

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