#CBB1FC

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

Shades of Mauve #CBB1FC

Tints of Mauve #CBB1FC

Color information

#CBB1FC (or 0xCBB1FC) is unknown color: approx Mauve. HEX triplet: CB, B1 and FC. RGB value is (203,177,252). Sum of RGB (Red+Green+Blue) = 203+177+252=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1FC is #344E03. Grayscale: #C1C1C1. Windows color (decimal): -3427844 or 16560587. OLE color: 16560587.

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

Color convert

RGB203177252-
CMYK0.190.3000.01
HSL260.8º92.59%84.12%-
HSV(B)260.8º29.76%98.82%-
XYZ57.9251.1798.92-
YUV193.32161.11134.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 177 (69.53% from 255) = 28.01%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=32.12%
G=28.01%
B=39.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031772520.190.3000.01260.892.5984.12
HexCBB1FC131E011055d54
Octal313261374233601405135124
Binary11001011101100011111110010011111100110000010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1FC; }

 p { color: rgb(203,177,252); }

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

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

 a { background-color: rgb(203,177,252); }

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

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

 span { border-color: rgb(203,177,252); }

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