#CE94FB

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

Shades of Mauve #CE94FB

Tints of Mauve #CE94FB

Color information

#CE94FB (or 0xCE94FB) is unknown color: approx Mauve. HEX triplet: CE, 94 and FB. RGB value is (206,148,251). Sum of RGB (Red+Green+Blue) = 206+148+251=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE94FB is #316B04. Grayscale: #B0B0B0. Windows color (decimal): -3238661 or 16487630. OLE color: 16487630.

HSL color Cylindrical-coordinate representation of color #CE94FB: hue angle of 273.79º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE94FB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206148251-
CMYK0.180.4100.02
HSL273.79º92.79%78.24%-
HSV(B)273.79º41.04%98.43%-
XYZ53.4641.2796.41-
YUV177.08169.72148.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 148 (58.20% from 255) = 24.46%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=34.05%
G=24.46%
B=41.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061482510.180.4100.02273.7992.7978.24
HexCE94FB1229021125d4e
Octal316224373225102422135116
Binary1100111010010100111110111001010100101010001001010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94FB; }

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

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

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

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

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

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

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

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