#CBB1FF

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

Shades of Mauve #CBB1FF

Tints of Mauve #CBB1FF

Color information

#CBB1FF (or 0xCBB1FF) is unknown color: approx Mauve. HEX triplet: CB, B1 and FF. RGB value is (203,177,255). Sum of RGB (Red+Green+Blue) = 203+177+255=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1FF is #344E00. Grayscale: #C1C1C1. Windows color (decimal): -3427841 or 16757195. OLE color: 16757195.

HSL color Cylindrical-coordinate representation of color #CBB1FF: hue angle of 260º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBB1FF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203177255-
CMYK0.200.3100
HSL260º100%84.71%-
HSV(B)260º30.59%100%-
XYZ58.451.36101.44-
YUV193.67162.61134.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 255 (100% from 255) = 40.16%
R=31.97%
G=27.87%
B=40.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031772550.200.310026010084.71
HexCBB1FF141F001046455
Octal313261377243700404144125
Binary11001011101100011111111110100111110010000010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1FF; }

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

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

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

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

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

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

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

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