#CCB2FE

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

Shades of Mauve #CCB2FE

Tints of Mauve #CCB2FE

Color information

#CCB2FE (or 0xCCB2FE) is unknown color: approx Mauve. HEX triplet: CC, B2 and FE. RGB value is (204,178,254). Sum of RGB (Red+Green+Blue) = 204+178+254=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCB2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2FE is #334D01. Grayscale: #C2C2C2. Windows color (decimal): -3362050 or 16691916. OLE color: 16691916.

HSL color Cylindrical-coordinate representation of color #CCB2FE: hue angle of 260.53º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB2FE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204178254-
CMYK0.200.3000.00
HSL260.53º97.44%84.71%-
HSV(B)260.53º29.92%99.61%-
XYZ58.7151.83100.68-
YUV194.44161.61134.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=32.08%
G=27.99%
B=39.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041782540.200.3000.00260.5397.4484.71
HexCCB2FE141E001056155
Octal314262376243600405141125
Binary11001100101100101111111010100111100010000010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2FE; }

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

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

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

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

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

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

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

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