#CE99FB

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

Shades of Mauve #CE99FB

Tints of Mauve #CE99FB

Color information

#CE99FB (or 0xCE99FB) is unknown color: approx Mauve. HEX triplet: CE, 99 and FB. RGB value is (206,153,251). Sum of RGB (Red+Green+Blue) = 206+153+251=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99FB is #316604. Grayscale: #B3B3B3. Windows color (decimal): -3237381 or 16488910. OLE color: 16488910.

HSL color Cylindrical-coordinate representation of color #CE99FB: hue angle of 272.45º degrees, saturation: 0.92, 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 #CE99FB is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206153251-
CMYK0.180.3900.02
HSL272.45º92.45%79.22%-
HSV(B)272.45º39.04%98.43%-
XYZ54.2642.8796.68-
YUV180.02168.06146.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=33.77%
G=25.08%
B=41.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061532510.180.3900.02272.4592.4579.22
HexCE99FB1227021105c4f
Octal316231373224702420134117
Binary1100111010011001111110111001010011101010001000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99FB; }

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

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

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

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

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

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

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

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