#CCB3FF

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

Shades of Mauve #CCB3FF

Tints of Mauve #CCB3FF

Color information

#CCB3FF (or 0xCCB3FF) is unknown color: approx Mauve. HEX triplet: CC, B3 and FF. RGB value is (204,179,255). Sum of RGB (Red+Green+Blue) = 204+179+255=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB3FF is #334C00. Grayscale: #C2C2C2. Windows color (decimal): -3361793 or 16757708. OLE color: 16757708.

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

Color convert

RGB204179255-
CMYK0.20.3000
HSL259.74º100%85.1%-
HSV(B)259.74º29.8%100%-
XYZ59.0752.3101.59-
YUV195.14161.78134.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 179 (70.31% from 255) = 28.06%
BLUE value IS 255 (100% from 255) = 39.97%
R=31.97%
G=28.06%
B=39.97%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041792550.20.3000259.7410085.1
HexCCB3FF141E001046455
Octal314263377243600404144125
Binary11001100101100111111111110100111100010000010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3FF; }

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

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

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

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

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

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

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

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