#CE97FB

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

Shades of Mauve #CE97FB

Tints of Mauve #CE97FB

Color information

#CE97FB (or 0xCE97FB) is unknown color: approx Mauve. HEX triplet: CE, 97 and FB. RGB value is (206,151,251). Sum of RGB (Red+Green+Blue) = 206+151+251=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 151 (59.38% from 255 or 24.84% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE97FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE97FB is #316804. Grayscale: #B2B2B2. Windows color (decimal): -3237893 or 16488398. OLE color: 16488398.

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

Color convert

RGB206151251-
CMYK0.180.4000.02
HSL273º92.59%78.82%-
HSV(B)273º39.84%98.43%-
XYZ53.9342.2296.57-
YUV178.84168.72147.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.88%
GREEN value IS 151 (59.38% from 255) = 24.84%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=33.88%
G=24.84%
B=41.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061512510.180.4000.0227392.5978.82
HexCE97FB1228021115d4f
Octal316227373225002421135117
Binary1100111010010111111110111001010100001010001000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97FB; }

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

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

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

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

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

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

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

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