#CBB2FF

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

Shades of Mauve #CBB2FF

Tints of Mauve #CBB2FF

Color information

#CBB2FF (or 0xCBB2FF) is unknown color: approx Mauve. HEX triplet: CB, B2 and FF. RGB value is (203,178,255). Sum of RGB (Red+Green+Blue) = 203+178+255=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2FF is #344D00. Grayscale: #C1C1C1. Windows color (decimal): -3427585 or 16757451. OLE color: 16757451.

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

Color convert

RGB203178255-
CMYK0.200.3000
HSL259.48º100%84.9%-
HSV(B)259.48º30.2%100%-
XYZ58.651.76101.51-
YUV194.25162.28134.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 255 (100% from 255) = 40.09%
R=31.92%
G=27.99%
B=40.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031782550.200.3000259.4810084.9
HexCBB2FF141E001036455
Octal313262377243600403144125
Binary11001011101100101111111110100111100010000001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2FF; }

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

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

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

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

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

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

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

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