#CE9DF9

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

Shades of Mauve #CE9DF9

Tints of Mauve #CE9DF9

Color information

#CE9DF9 (or 0xCE9DF9) is unknown color: approx Mauve. HEX triplet: CE, 9D and F9. RGB value is (206,157,249). Sum of RGB (Red+Green+Blue) = 206+157+249=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DF9 is #316206. Grayscale: #B5B5B5. Windows color (decimal): -3236359 or 16358862. OLE color: 16358862.

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

Color convert

RGB206157249-
CMYK0.170.3700.02
HSL271.96º88.46%79.61%-
HSV(B)271.96º36.95%97.65%-
XYZ54.6144.0895.25-
YUV182.14165.73145.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 157 (61.72% from 255) = 25.65%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=33.66%
G=25.65%
B=40.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061572490.170.3700.02271.9688.4679.61
HexCE9DF91125021105850
Octal316235371214502420130120
Binary1100111010011101111110011000110010101010001000010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9DF9; }

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

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

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

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

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

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

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

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