#CE9BF9

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

Shades of Mauve #CE9BF9

Tints of Mauve #CE9BF9

Color information

#CE9BF9 (or 0xCE9BF9) is unknown color: approx Mauve. HEX triplet: CE, 9B and F9. RGB value is (206,155,249). Sum of RGB (Red+Green+Blue) = 206+155+249=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE9BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BF9 is #316406. Grayscale: #B4B4B4. Windows color (decimal): -3236871 or 16358350. OLE color: 16358350.

HSL color Cylindrical-coordinate representation of color #CE9BF9: hue angle of 272.55º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9BF9 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206155249-
CMYK0.170.3800.02
HSL272.55º88.68%79.22%-
HSV(B)272.55º37.75%97.65%-
XYZ54.2743.495.14-
YUV180.96166.4145.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 155 (60.94% from 255) = 25.41%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=33.77%
G=25.41%
B=40.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061552490.170.3800.02272.5588.6879.22
HexCE9BF9112602111594f
Octal316233371214602421131117
Binary1100111010011011111110011000110011001010001000110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BF9; }

 p { color: rgb(206,155,249); }

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

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

 a { background-color: rgb(206,155,249); }

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

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

 span { border-color: rgb(206,155,249); }

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