#CE9FF8

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

Shades of Mauve #CE9FF8

Tints of Mauve #CE9FF8

Color information

#CE9FF8 (or 0xCE9FF8) is unknown color: approx Mauve. HEX triplet: CE, 9F and F8. RGB value is (206,159,248). Sum of RGB (Red+Green+Blue) = 206+159+248=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE9FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FF8 is #316007. Grayscale: #B6B6B6. Windows color (decimal): -3235848 or 16293838. OLE color: 16293838.

HSL color Cylindrical-coordinate representation of color #CE9FF8: hue angle of 271.69º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE9FF8 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206159248-
CMYK0.170.3600.03
HSL271.69º86.41%79.8%-
HSV(B)271.69º35.89%97.25%-
XYZ54.844.794.55-
YUV183.2164.57144.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 248 (97.27% from 255) = 40.46%
R=33.61%
G=25.94%
B=40.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061592480.170.3600.03271.6986.4179.8
HexCE9FF81124031105650
Octal316237370214403420126120
Binary1100111010011111111110001000110010001110001000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FF8; }

 p { color: rgb(206,159,248); }

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

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

 a { background-color: rgb(206,159,248); }

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

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

 span { border-color: rgb(206,159,248); }

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