#CBB0FA

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

Shades of Mauve #CBB0FA

Tints of Mauve #CBB0FA

Color information

#CBB0FA (or 0xCBB0FA) is unknown color: approx Mauve. HEX triplet: CB, B0 and FA. RGB value is (203,176,250). Sum of RGB (Red+Green+Blue) = 203+176+250=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0FA is #344F05. Grayscale: #C0C0C0. Windows color (decimal): -3428102 or 16429259. OLE color: 16429259.

HSL color Cylindrical-coordinate representation of color #CBB0FA: hue angle of 261.89º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBB0FA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203176250-
CMYK0.190.3000.02
HSL261.89º88.1%83.53%-
HSV(B)261.89º29.6%98.04%-
XYZ57.4150.6597.19-
YUV192.51160.45135.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=32.27%
G=27.98%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031762500.190.3000.02261.8988.183.53
HexCBB0FA131E021065854
Octal313260372233602406130124
Binary110010111011000011111010100111111001010000011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0FA; }

 p { color: rgb(203,176,250); }

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

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

 a { background-color: rgb(203,176,250); }

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

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

 span { border-color: rgb(203,176,250); }

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