#CBABF9

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

Shades of Mauve #CBABF9

Tints of Mauve #CBABF9

Color information

#CBABF9 (or 0xCBABF9) is unknown color: approx Mauve. HEX triplet: CB, AB and F9. RGB value is (203,171,249). Sum of RGB (Red+Green+Blue) = 203+171+249=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABF9 is #345406. Grayscale: #BDBDBD. Windows color (decimal): -3429383 or 16362443. OLE color: 16362443.

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

Color convert

RGB203171249-
CMYK0.180.3100.02
HSL264.62º86.67%82.35%-
HSV(B)264.62º31.33%97.65%-
XYZ56.2948.6696.05-
YUV189.46161.6137.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=32.58%
G=27.45%
B=39.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031712490.180.3100.02264.6286.6782.35
HexCBABF9121F021095752
Octal313253371223702411127122
Binary110010111010101111111001100101111101010000100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABF9; }

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

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

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

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

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

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

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

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