#C9AEFB

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

Shades of Mauve #C9AEFB

Tints of Mauve #C9AEFB

Color information

#C9AEFB (or 0xC9AEFB) is unknown color: approx Mauve. HEX triplet: C9, AE and FB. RGB value is (201,174,251). Sum of RGB (Red+Green+Blue) = 201+174+251=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AEFB is #365104. Grayscale: #BEBEBE. Windows color (decimal): -3559685 or 16494281. OLE color: 16494281.

HSL color Cylindrical-coordinate representation of color #C9AEFB: hue angle of 261.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AEFB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201174251-
CMYK0.200.3100.02
HSL261.04º90.59%83.33%-
HSV(B)261.04º30.68%98.43%-
XYZ56.6449.6597.87-
YUV190.85161.95135.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=32.11%
G=27.80%
B=40.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011742510.200.3100.02261.0490.5983.33
HexC9AEFB141F021055b53
Octal311256373243702405133123
Binary110010011010111011111011101001111101010000010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AEFB; }

 p { color: rgb(201,174,251); }

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

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

 a { background-color: rgb(201,174,251); }

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

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

 span { border-color: rgb(201,174,251); }

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