#CE9FF5

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

Shades of Mauve #CE9FF5

Tints of Mauve #CE9FF5

Color information

#CE9FF5 (or 0xCE9FF5) is unknown color: approx Mauve. HEX triplet: CE, 9F and F5. RGB value is (206,159,245). Sum of RGB (Red+Green+Blue) = 206+159+245=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE9FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FF5 is #31600A. Grayscale: #B6B6B6. Windows color (decimal): -3235851 or 16097230. OLE color: 16097230.

HSL color Cylindrical-coordinate representation of color #CE9FF5: hue angle of 272.79º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9FF5 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206159245-
CMYK0.160.3500.04
HSL272.79º81.13%79.22%-
HSV(B)272.79º35.1%96.08%-
XYZ54.3344.5192.11-
YUV182.86163.07144.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 245 (96.09% from 255) = 40.16%
R=33.77%
G=26.07%
B=40.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061592450.160.3500.04272.7981.1379.22
HexCE9FF5102304111514f
Octal316237365204304421121117
Binary11001110100111111111010110000100011010010001000110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FF5; }

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

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

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

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

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

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

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

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