#CCB2FA

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

Shades of Mauve #CCB2FA

Tints of Mauve #CCB2FA

Color information

#CCB2FA (or 0xCCB2FA) is unknown color: approx Mauve. HEX triplet: CC, B2 and FA. RGB value is (204,178,250). Sum of RGB (Red+Green+Blue) = 204+178+250=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2FA is #334D05. Grayscale: #C1C1C1. Windows color (decimal): -3362054 or 16429772. OLE color: 16429772.

HSL color Cylindrical-coordinate representation of color #CCB2FA: hue angle of 261.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCB2FA is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204178250-
CMYK0.180.2900.02
HSL261.67º87.8%83.92%-
HSV(B)261.67º28.8%98.04%-
XYZ58.0851.5897.34-
YUV193.98159.61135.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 178 (69.92% from 255) = 28.16%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=32.28%
G=28.16%
B=39.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041782500.180.2900.02261.6787.883.92
HexCCB2FA121D021065854
Octal314262372223502406130124
Binary110011001011001011111010100101110101010000011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2FA; }

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

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

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

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

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

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

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

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