#CCB4FE

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

Shades of Mauve #CCB4FE

Tints of Mauve #CCB4FE

Color information

#CCB4FE (or 0xCCB4FE) is unknown color: approx Mauve. HEX triplet: CC, B4 and FE. RGB value is (204,180,254). Sum of RGB (Red+Green+Blue) = 204+180+254=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4FE is #334B01. Grayscale: #C3C3C3. Windows color (decimal): -3361538 or 16692428. OLE color: 16692428.

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

Color convert

RGB204180254-
CMYK0.200.2900.00
HSL259.46º97.37%85.1%-
HSV(B)259.46º29.13%99.61%-
XYZ59.1152.64100.81-
YUV195.61160.95133.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 180 (70.70% from 255) = 28.21%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=31.97%
G=28.21%
B=39.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041802540.200.2900.00259.4697.3785.1
HexCCB4FE141D001036155
Octal314264376243500403141125
Binary11001100101101001111111010100111010010000001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4FE; }

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

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

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

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

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

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

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

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