#CE99FC

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

Shades of Mauve #CE99FC

Tints of Mauve #CE99FC

Color information

#CE99FC (or 0xCE99FC) is unknown color: approx Mauve. HEX triplet: CE, 99 and FC. RGB value is (206,153,252). Sum of RGB (Red+Green+Blue) = 206+153+252=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99FC is #316603. Grayscale: #B3B3B3. Windows color (decimal): -3237380 or 16554446. OLE color: 16554446.

HSL color Cylindrical-coordinate representation of color #CE99FC: hue angle of 272.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE99FC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206153252-
CMYK0.180.3900.01
HSL272.12º94.29%79.41%-
HSV(B)272.12º39.29%98.82%-
XYZ54.4242.9397.51-
YUV180.13168.56146.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=33.72%
G=25.04%
B=41.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061532520.180.3900.01272.1294.2979.41
HexCE99FC1227011105e4f
Octal316231374224701420136117
Binary110011101001100111111100100101001110110001000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99FC; }

 p { color: rgb(206,153,252); }

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

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

 a { background-color: rgb(206,153,252); }

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

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

 span { border-color: rgb(206,153,252); }

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