#CE99F9

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

Shades of Mauve #CE99F9

Tints of Mauve #CE99F9

Color information

#CE99F9 (or 0xCE99F9) is unknown color: approx Mauve. HEX triplet: CE, 99 and F9. RGB value is (206,153,249). Sum of RGB (Red+Green+Blue) = 206+153+249=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE99F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99F9 is #316606. Grayscale: #B3B3B3. Windows color (decimal): -3237383 or 16357838. OLE color: 16357838.

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

Color convert

RGB206153249-
CMYK0.170.3900.02
HSL273.12º88.89%78.82%-
HSV(B)273.12º38.55%97.65%-
XYZ53.9442.7495.03-
YUV179.79167.06146.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 153 (60.16% from 255) = 25.16%
BLUE value IS 249 (97.66% from 255) = 40.95%
R=33.88%
G=25.16%
B=40.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061532490.170.3900.02273.1288.8978.82
HexCE99F9112702111594f
Octal316231371214702421131117
Binary1100111010011001111110011000110011101010001000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99F9; }

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

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

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

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

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

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

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

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