#CFACFC

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

Shades of Mauve #CFACFC

Tints of Mauve #CFACFC

Color information

#CFACFC (or 0xCFACFC) is unknown color: approx Mauve. HEX triplet: CF, AC and FC. RGB value is (207,172,252). Sum of RGB (Red+Green+Blue) = 207+172+252=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACFC is #305303. Grayscale: #BFBFBF. Windows color (decimal): -3166980 or 16559311. OLE color: 16559311.

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

Color convert

RGB207172252-
CMYK0.180.3200.01
HSL266.25º93.02%83.14%-
HSV(B)266.25º31.75%98.82%-
XYZ58.0649.898.65-
YUV191.58162.1139-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.81%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=32.81%
G=27.26%
B=39.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071722520.180.3200.01266.2593.0283.14
HexCFACFC12200110a5d53
Octal317254374224001412135123
Binary110011111010110011111100100101000000110000101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACFC; }

 p { color: rgb(207,172,252); }

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

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

 a { background-color: rgb(207,172,252); }

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

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

 span { border-color: rgb(207,172,252); }

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