#CFACFA

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

Shades of Mauve #CFACFA

Tints of Mauve #CFACFA

Color information

#CFACFA (or 0xCFACFA) is unknown color: approx Mauve. HEX triplet: CF, AC and FA. RGB value is (207,172,250). Sum of RGB (Red+Green+Blue) = 207+172+250=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACFA is #305305. Grayscale: #BFBFBF. Windows color (decimal): -3166982 or 16428239. OLE color: 16428239.

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

Color convert

RGB207172250-
CMYK0.170.3100.02
HSL266.92º88.64%82.75%-
HSV(B)266.92º31.2%98.04%-
XYZ57.7449.6796.99-
YUV191.36161.1139.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=32.91%
G=27.34%
B=39.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071722500.170.3100.02266.9288.6482.75
HexCFACFA111F0210b5953
Octal317254372213702413131123
Binary110011111010110011111010100011111101010000101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACFA; }

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

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

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

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

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

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

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

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