#CCABFA

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

Shades of Mauve #CCABFA

Tints of Mauve #CCABFA

Color information

#CCABFA (or 0xCCABFA) is unknown color: approx Mauve. HEX triplet: CC, AB and FA. RGB value is (204,171,250). Sum of RGB (Red+Green+Blue) = 204+171+250=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABFA is #335405. Grayscale: #BDBDBD. Windows color (decimal): -3363846 or 16427980. OLE color: 16427980.

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

Color convert

RGB204171250-
CMYK0.180.3200.02
HSL265.06º88.76%82.55%-
HSV(B)265.06º31.6%98.04%-
XYZ56.7248.8796.88-
YUV189.87161.93138.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 171 (67.19% from 255) = 27.36%
BLUE value IS 250 (98.05% from 255) = 40%
R=32.64%
G=27.36%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041712500.180.3200.02265.0688.7682.55
HexCCABFA1220021095953
Octal314253372224002411131123
Binary1100110010101011111110101001010000001010000100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABFA; }

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

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

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

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

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

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

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

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