#CCB4FF

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

Shades of Mauve #CCB4FF

Tints of Mauve #CCB4FF

Color information

#CCB4FF (or 0xCCB4FF) is unknown color: approx Mauve. HEX triplet: CC, B4 and FF. RGB value is (204,180,255). Sum of RGB (Red+Green+Blue) = 204+180+255=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4FF is #334B00. Grayscale: #C3C3C3. Windows color (decimal): -3361537 or 16757964. OLE color: 16757964.

HSL color Cylindrical-coordinate representation of color #CCB4FF: hue angle of 259.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB4FF is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204180255-
CMYK0.20.2900
HSL259.2º100%85.29%-
HSV(B)259.2º29.41%100%-
XYZ59.2752.7101.66-
YUV195.73161.45133.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 180 (70.70% from 255) = 28.17%
BLUE value IS 255 (100% from 255) = 39.91%
R=31.92%
G=28.17%
B=39.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041802550.20.2900259.210085.29
HexCCB4FF141D001036455
Octal314264377243500403144125
Binary11001100101101001111111110100111010010000001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4FF; }

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

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

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

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

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

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

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

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