#C9AAFB

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

Shades of Mauve #C9AAFB

Tints of Mauve #C9AAFB

Color information

#C9AAFB (or 0xC9AAFB) is unknown color: approx Mauve. HEX triplet: C9, AA and FB. RGB value is (201,170,251). Sum of RGB (Red+Green+Blue) = 201+170+251=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAFB is #365504. Grayscale: #BCBCBC. Windows color (decimal): -3560709 or 16493257. OLE color: 16493257.

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

Color convert

RGB201170251-
CMYK0.200.3200.02
HSL262.96º91.01%82.55%-
HSV(B)262.96º32.27%98.43%-
XYZ55.8748.1397.61-
YUV188.5163.27136.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=32.32%
G=27.33%
B=40.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011702510.200.3200.02262.9691.0182.55
HexC9AAFB1420021075b53
Octal311252373244002407133123
Binary1100100110101010111110111010010000001010000011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAFB; }

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

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

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

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

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

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

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

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