#CBB2FC

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

Shades of Mauve #CBB2FC

Tints of Mauve #CBB2FC

Color information

#CBB2FC (or 0xCBB2FC) is unknown color: approx Mauve. HEX triplet: CB, B2 and FC. RGB value is (203,178,252). Sum of RGB (Red+Green+Blue) = 203+178+252=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2FC is #344D03. Grayscale: #C1C1C1. Windows color (decimal): -3427588 or 16560843. OLE color: 16560843.

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

Color convert

RGB203178252-
CMYK0.190.2900.01
HSL260.27º92.5%84.31%-
HSV(B)260.27º29.37%98.82%-
XYZ58.1251.5798.99-
YUV193.91160.78134.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 178 (69.92% from 255) = 28.12%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=32.07%
G=28.12%
B=39.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031782520.190.2900.01260.2792.584.31
HexCBB2FC131D011045c54
Octal313262374233501404134124
Binary11001011101100101111110010011111010110000010010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2FC; }

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

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

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

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

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

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

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

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