#CCB2FF

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

Shades of Mauve #CCB2FF

Tints of Mauve #CCB2FF

Color information

#CCB2FF (or 0xCCB2FF) is unknown color: approx Mauve. HEX triplet: CC, B2 and FF. RGB value is (204,178,255). Sum of RGB (Red+Green+Blue) = 204+178+255=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2FF is #334D00. Grayscale: #C2C2C2. Windows color (decimal): -3362049 or 16757452. OLE color: 16757452.

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

Color convert

RGB204178255-
CMYK0.20.3000
HSL260.26º100%84.9%-
HSV(B)260.26º30.2%100%-
XYZ58.8751.9101.52-
YUV194.55162.11134.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 255 (100% from 255) = 40.03%
R=32.03%
G=27.94%
B=40.03%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041782550.20.3000260.2610084.9
HexCCB2FF141E001046455
Octal314262377243600404144125
Binary11001100101100101111111110100111100010000010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2FF; }

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

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

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

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

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

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

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

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