#CBAAF9

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

Shades of Mauve #CBAAF9

Tints of Mauve #CBAAF9

Color information

#CBAAF9 (or 0xCBAAF9) is unknown color: approx Mauve. HEX triplet: CB, AA and F9. RGB value is (203,170,249). Sum of RGB (Red+Green+Blue) = 203+170+249=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAF9 is #345506. Grayscale: #BCBCBC. Windows color (decimal): -3429639 or 16362187. OLE color: 16362187.

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

Color convert

RGB203170249-
CMYK0.180.3200.02
HSL265.06º86.81%82.16%-
HSV(B)265.06º31.73%97.65%-
XYZ56.148.2995.99-
YUV188.87161.93138.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=32.64%
G=27.33%
B=40.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031702490.180.3200.02265.0686.8182.16
HexCBAAF91220021095752
Octal313252371224002411127122
Binary1100101110101010111110011001010000001010000100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAF9; }

 p { color: rgb(203,170,249); }

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

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

 a { background-color: rgb(203,170,249); }

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

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

 span { border-color: rgb(203,170,249); }

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