#CCB1FC

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

Shades of Mauve #CCB1FC

Tints of Mauve #CCB1FC

Color information

#CCB1FC (or 0xCCB1FC) is unknown color: approx Mauve. HEX triplet: CC, B1 and FC. RGB value is (204,177,252). Sum of RGB (Red+Green+Blue) = 204+177+252=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 177 (69.53% from 255 or 27.96% 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 #CCB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1FC is #334E03. Grayscale: #C1C1C1. Windows color (decimal): -3362308 or 16560588. OLE color: 16560588.

HSL color Cylindrical-coordinate representation of color #CCB1FC: hue angle of 261.6º 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 #CCB1FC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204177252-
CMYK0.190.3000.01
HSL261.6º92.59%84.12%-
HSV(B)261.6º29.76%98.82%-
XYZ58.1951.3198.93-
YUV193.62160.95135.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=32.23%
G=27.96%
B=39.81%

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
Decimal2041772520.190.3000.01261.692.5984.12
HexCCB1FC131E011065d54
Octal314261374233601406135124
Binary11001100101100011111110010011111100110000011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1FC; }

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

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

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

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

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

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

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

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