#CCB1FF

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

Shades of Mauve #CCB1FF

Tints of Mauve #CCB1FF

Color information

#CCB1FF (or 0xCCB1FF) is unknown color: approx Mauve. HEX triplet: CC, B1 and FF. RGB value is (204,177,255). Sum of RGB (Red+Green+Blue) = 204+177+255=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 177 (69.53% from 255 or 27.83% 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 #CCB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1FF is #334E00. Grayscale: #C1C1C1. Windows color (decimal): -3362305 or 16757196. OLE color: 16757196.

HSL color Cylindrical-coordinate representation of color #CCB1FF: hue angle of 260.77º 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 #CCB1FF is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204177255-
CMYK0.20.3100
HSL260.77º100%84.71%-
HSV(B)260.77º30.59%100%-
XYZ58.6751.5101.46-
YUV193.96162.45135.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 177 (69.53% from 255) = 27.83%
BLUE value IS 255 (100% from 255) = 40.09%
R=32.08%
G=27.83%
B=40.09%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041772550.20.3100260.7710084.71
HexCCB1FF141F001056455
Octal314261377243700405144125
Binary11001100101100011111111110100111110010000010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1FF; }

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

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

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

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

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

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

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

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